Uses of Interface
jakarta.persistence.metamodel.Bindable
Packages that use Bindable
Package
Description
Jakarta Persistence Criteria API
Jakarta Persistence Metamodel API
-
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 TypeInterfaceDescriptioninterfaceCollectionAttribute<X,E> Instances of the typeCollectionAttributerepresent persistentCollection-valued attributes.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.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.