Uses of Interface
jakarta.persistence.metamodel.Bindable
Package
Description
Jakarta Persistence Criteria API
Jakarta Persistence Metamodel API
-
Uses of Bindable in jakarta.persistence.criteria
-
Uses of Bindable in jakarta.persistence.metamodel
Modifier and TypeInterfaceDescriptioninterface
CollectionAttribute<X,
E> Instances of the typeCollectionAttribute
represent persistentCollection
-valued attributes.interface
EntityType<X>
An instance ofEntityType
represents an entity type.interface
ListAttribute<X,
E> Instances of the typeListAttribute
represent persistentList
-valued attributes.interface
MapAttribute<X,
K, V> Instances of the typeMapAttribute
represent persistentMap
-valued attributes.interface
PluralAttribute<X,
C, E> Instances of the typePluralAttribute
represent persistent collection-valued attributes.interface
SetAttribute<X,
E> Instances of the typeSetAttribute
represent persistentSet
-valued attributes.interface
SingularAttribute<X,
T> Instances of the typeSingularAttribute
represents persistent single-valued properties or fields.