Uses of Class
org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
-
Packages that use AbstractPluralAttribute Package Description org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel. -
-
Uses of AbstractPluralAttribute in org.hibernate.metamodel.model.domain.internal
Subclasses of AbstractPluralAttribute in org.hibernate.metamodel.model.domain.internal Modifier and Type Class Description class
BagAttributeImpl<X,E>
class
ListAttributeImpl<X,E>
class
MapAttributeImpl<X,K,V>
class
SetAttributeImpl<X,E>
-