Uses of Class
org.hibernate.metamodel.model.domain.internal.AbstractAttribute
-
Packages that use AbstractAttribute Package Description org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel. -
-
Uses of AbstractAttribute in org.hibernate.metamodel.model.domain.internal
Subclasses of AbstractAttribute in org.hibernate.metamodel.model.domain.internal Modifier and Type Class Description class
AbstractPluralAttribute<D,C,E>
class
BagAttributeImpl<X,E>
class
ListAttributeImpl<X,E>
class
MapAttributeImpl<X,K,V>
class
SetAttributeImpl<X,E>
class
SingularAttributeImpl<D,J>
static class
SingularAttributeImpl.Identifier<D,J>
Subclass used to simplify instantiation of singular attributes representing an entity's identifier.static class
SingularAttributeImpl.Version<X,Y>
Subclass used to simply instantiation of singular attributes representing an entity's version.
-