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 interfaceBagPersistentAttribute<D,E>Hibernate extension to the JPACollectionAttributedescriptorinterfaceListPersistentAttribute<D,E>Hibernate extension to the JPAListAttributedescriptorinterfaceMapPersistentAttribute<D,K,V>Hibernate extension to the JPAMapAttributedescriptorinterfaceSetPersistentAttribute<D,E>Hibernate extension to the JPASetAttributedescriptorMethods 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 classAbstractPluralAttribute<D,C,E>classSetAttributeImpl<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<?,?,?>AbstractSqmSpecificPluralPartPath. getPluralAttribute()PluralPersistentAttribute<?,?,T>SqmIndexedCollectionAccessPath. getPluralAttribute()PluralPersistentAttribute<?,C,?>SqmPluralValuedSimplePath. getPluralAttribute()
-