Uses of Interface
org.hibernate.metamodel.model.domain.PluralPersistentAttribute
-
Packages that use PluralPersistentAttribute Package Description org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.query.criteria The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree. -
-
Uses of PluralPersistentAttribute in org.hibernate.metamodel.model.domain
Subinterfaces of PluralPersistentAttribute in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interface
BagPersistentAttribute<D,E>
Hibernate extension to the JPACollectionAttribute
descriptorinterface
ListPersistentAttribute<D,E>
Hibernate extension to the JPAListAttribute
descriptorinterface
MapPersistentAttribute<D,K,V>
Hibernate extension to the JPAMapAttribute
descriptorinterface
SetPersistentAttribute<D,E>
Hibernate extension to the JPASetAttribute
descriptorMethods in org.hibernate.metamodel.model.domain that return PluralPersistentAttribute Modifier and Type Method Description PluralPersistentAttribute<J,?,?>
AbstractManagedType. findDeclaredPluralAttribute(String name)
PluralPersistentAttribute<J,?,?>
ManagedDomainType. findDeclaredPluralAttribute(String name)
PluralPersistentAttribute<? super J,?,?>
AbstractManagedType. findPluralAttribute(String name)
PluralPersistentAttribute<? super J,?,?>
ManagedDomainType. findPluralAttribute(String name)
-
Uses of PluralPersistentAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement PluralPersistentAttribute Modifier and Type Class Description class
AbstractPluralAttribute<D,C,E>
class
BagAttributeImpl<X,E>
class
ListAttributeImpl<X,E>
class
MapAttributeImpl<X,K,V>
class
SetAttributeImpl<X,E>
-
Uses of PluralPersistentAttribute in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return PluralPersistentAttribute Modifier and Type Method Description PluralPersistentAttribute<? super O,C,E>
JpaPluralJoin. getAttribute()
-
Uses of PluralPersistentAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return PluralPersistentAttribute Modifier and Type Method Description PluralPersistentAttribute<T,?,?>
SqmPolymorphicRootDescriptor. findDeclaredPluralAttribute(String name)
PluralPersistentAttribute<? super T,?,?>
SqmPolymorphicRootDescriptor. findPluralAttribute(String name)
PluralPersistentAttribute<O,C,E>
AbstractSqmPluralJoin. getModel()
PluralPersistentAttribute<?,?,E>
SqmPluralValuedSimplePath. getModel()
PluralPersistentAttribute<?,?,E>
SqmPluralValuedSimplePath. getNodeType()
PluralPersistentAttribute<?,?,?>
AbstractSqmSpecificPluralPartPath. getPluralAttribute()
PluralPersistentAttribute<?,?,T>
SqmIndexedCollectionAccessPath. getPluralAttribute()
PluralPersistentAttribute<?,?,E>
SqmPluralValuedSimplePath. getReferencedPathSource()
-