Uses of Interface
org.hibernate.metamodel.model.domain.spi.PluralPersistentAttribute
-
Packages that use PluralPersistentAttribute Package Description org.hibernate.graph.spi org.hibernate.metamodel.model.domain.spi -
-
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> SimpleTypeDescriptor<J>
GraphHelper. resolveKeyTypeDescriptor(PluralPersistentAttribute attribute)
-
Uses of PluralPersistentAttribute in org.hibernate.metamodel.model.domain.spi
Subinterfaces of PluralPersistentAttribute in org.hibernate.metamodel.model.domain.spi 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.spi that return PluralPersistentAttribute Modifier and Type Method Description <C,E>
PluralPersistentAttribute<J,C,E>ManagedTypeDescriptor. getPluralAttribute(java.lang.String name)
-