Uses of Interface
org.hibernate.metamodel.model.domain.PersistentAttribute
-
Packages that use PersistentAttribute Package Description org.hibernate.metamodel.model.domain.spi -
-
Uses of PersistentAttribute in org.hibernate.metamodel.model.domain.spi
Subinterfaces of PersistentAttribute 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
PersistentAttributeDescriptor<D,J>
Hibernate extension to the JPAAttribute
descriptorinterface
PluralPersistentAttribute<D,C,E>
Hibernate extension to the JPAPluralAttribute
descriptorinterface
SetPersistentAttribute<D,E>
Hibernate extension to the JPASetAttribute
descriptorinterface
SingularPersistentAttribute<D,J>
Hibernate extension to the JPASingularAttribute
descriptor
-