Uses of Interface
jakarta.persistence.metamodel.Bindable
Packages that use Bindable
Package
Description
Jakarta Persistence Criteria API
Jakarta Persistence Metamodel API
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
This package defines a semantic model of HQL queries.
Nodes representing common table expressions (CTE) in the SQM tree.
Nodes representing path expressions in the SQM tree.
-
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 persistentjava.util.Collection-valued attributes.interfaceEntityType<X>Instances of the typeEntityTyperepresent entity types.interfaceListAttribute<X,E> Instances of the typeListAttributerepresent persistentjava.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. -
Uses of Bindable in org.hibernate.metamodel.model.domain
Subinterfaces of Bindable in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterfaceHibernate extension to the JPACollectionAttributedescriptorinterfaceHibernate extension to the JPAEmbeddableTypecontract.interfaceDeprecated.interfaceExtension to the JPAEntityTypecontract.interfaceHibernate extension to the JPAListAttributedescriptorinterfaceExtension of the JPAMappedSuperclassTypecontractinterfaceMapPersistentAttribute<D,K, V> Hibernate extension to the JPAMapAttributedescriptorinterfacePluralPersistentAttribute<D,C, E> Extension of the JPA-definedPluralAttributeinterface.interfaceHibernate extension to the JPASetAttributedescriptorinterfaceExtension of the JPA-definedSingularAttributeinterface.interface -
Uses of Bindable in org.hibernate.metamodel.model.domain.internal
Subinterfaces of Bindable in org.hibernate.metamodel.model.domain.internalClasses in org.hibernate.metamodel.model.domain.internal that implement BindableModifier and TypeClassDescriptionclassAbstract SqmPathSource implementation for discriminatorsclassAbstractPluralAttribute<D,C, E> classclassSqmPathSourceimplementation forAnyDiscriminatorclassclassBagAttributeImpl<X,E> classclassImplementation ofEmbeddableType.classSqmPathSource implementation for embeddable discriminatorclassclassSqmPathSource implementation for entity discriminatorclassclassImplementation ofEntityType.classListAttributeImpl<X,E> classMapAttributeImpl<X,K, V> classclassImplementation ofMappedSuperclassType.classSupport for non-aggregated composite valuesclassSetAttributeImpl<X,E> classstatic classSubclass used to simplify instantiation of singular attributes representing an entity's identifier.static classSubclass used to simply instantiation of singular attributes representing an entity's version. -
Uses of Bindable in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement BindableModifier and TypeClassDescriptionclassclassclassclass -
Uses of Bindable in org.hibernate.query.sqm
Subinterfaces of Bindable in org.hibernate.query.sqmModifier and TypeInterfaceDescriptioninterfaceRepresents any part of the domain model which can be used to create aSqmPathnode. -
Uses of Bindable in org.hibernate.query.sqm.tree.cte
Classes in org.hibernate.query.sqm.tree.cte that implement Bindable -
Uses of Bindable in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement BindableModifier and TypeClassDescriptionclassActs as theEntityDomainTypefor a "polymorphic query" grouping.
EmbeddableDomainTypeinstead.