Uses of Interface
jakarta.persistence.metamodel.Bindable
Packages that use Bindable
Package
Description
Defines the Jakarta Persistence Criteria Query API.
Defines the Jakarta Persistence Metamodel API, allowing runtime
reflection on the managed types declared by a persistence unit.
-
Uses of Bindable in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return Bindable -
Uses of Bindable in jakarta.persistence.metamodel
Subinterfaces of Bindable in jakarta.persistence.metamodelModifier and TypeInterfaceDescriptioninterfaceInstances of the type BooleanAttribute represents persistent single-valued properties or fields of boolean type.interfaceCollectionAttribute<X,E> Instances of the typeCollectionAttributerepresent persistentCollection-valued attributes.interfaceComparableAttribute<X, C extends Comparable<? super C>>Instances of the type ComparableAttribute represents persistent single-valued properties or fields of comparable type.interfaceEntityType<X>An instance ofEntityTyperepresents an entity type.interfaceListAttribute<X,E> Instances of the typeListAttributerepresent persistentList-valued attributes.interfaceMapAttribute<X,K, V> Instances of the typeMapAttributerepresent persistentMap-valued attributes.interfaceNumericAttribute<X, N extends Number & Comparable<N>>Instances of the type NumericAttribute represents persistent single-valued properties or fields of number type.interfacePluralAttribute<X,C, E> Instances of the typePluralAttributerepresent persistent collection-valued attributes.interfaceSetAttribute<X,E> Instances of the typeSetAttributerepresent persistentSet-valued attributes.interfaceSingularAttribute<X,T> Instances of the typeSingularAttributerepresents persistent single-valued properties or fields.interfaceTemporalAttribute<X, T extends Temporal & Comparable<? super T>>Instances of the type TemporalAttribute represents persistent single-valued properties or fields of a temporal type.interfaceInstances of the type TextAttribute represents persistent single-valued properties or fields of string type.