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 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.spi that return PluralPersistentAttribute Modifier and Type Method Description <C,E>
PluralPersistentAttribute<J,C,E>ManagedTypeDescriptor. getPluralAttribute(java.lang.String name)
-