Uses of Interface
javax.persistence.metamodel.Bindable
Packages that use Bindable
-
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 TypeInterfaceDescriptioninterfaceCollectionAttribute<X,E> Instances of the typeCollectionAttributerepresent persistentjava.util.Collection-valued attributes.interfaceEntityType<X>Instances of the typeEntityTyperepresent entity types.interfaceListAttribute<X,E> Instances of the typeListAttributerepresent persistentjavax.util.List-valued attributes.interfaceMapAttribute<X,K, V> Instances of the typeMapAttributerepresent persistentjava.util.Map-valued attributes.interfacePluralAttribute<X,C, E> Instances of the typePluralAttributerepresent persistent collection-valued attributes.interfaceSetAttribute<X,E> Instances of the typeSetAttributerepresent persistentjava.util.Set-valued attributes.interfaceSingularAttribute<X,T> Instances of the typeSingularAttributerepresents persistent single-valued properties or fields.