Uses of Interface
org.hibernate.metamodel.model.domain.PluralPersistentAttribute
-
Packages that use PluralPersistentAttribute Package Description org.hibernate.graph.spi 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 Support for JPA criteria queries.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree. -
-
Uses of PluralPersistentAttribute in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi with parameters of type PluralPersistentAttribute Modifier and Type Method Description static <J> SimpleDomainType<J>
GraphHelper. resolveKeyTypeDescriptor(PluralPersistentAttribute attribute)
-
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<? super J,?,?>
AbstractManagedType. findDeclaredPluralAttribute(String name)
PluralPersistentAttribute<? super 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
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<? super 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()
-