Uses of Interface
javax.persistence.metamodel.Bindable
Packages that use Bindable
Package
Description
Jakarta Persistence Criteria API
Jakarta Persistence Metamodel API
-
Uses of Bindable in javax.persistence.criteria
Methods in javax.persistence.criteria that return Bindable -
Uses of Bindable in javax.persistence.metamodel
Subinterfaces of Bindable in javax.persistence.metamodelModifier and TypeInterfaceDescriptioninterface
CollectionAttribute<X,
E> Instances of the typeCollectionAttribute
represent persistentjava.util.Collection
-valued attributes.interface
EntityType<X>
Instances of the typeEntityType
represent entity types.interface
ListAttribute<X,
E> Instances of the typeListAttribute
represent persistentjavax.util.List
-valued attributes.interface
MapAttribute<X,
K, V> Instances of the typeMapAttribute
represent persistentjava.util.Map
-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 persistentjava.util.Set
-valued attributes.interface
SingularAttribute<X,
T> Instances of the typeSingularAttribute
represents persistent single-valued properties or fields.