Uses of Class
org.hibernate.metamodel.model.domain.internal.AbstractAttribute
Packages that use AbstractAttribute
Package
Description
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.internalModifier and TypeClassDescriptionclass
AbstractPluralAttribute<D,
C, E> class
BagAttributeImpl<X,
E> class
ListAttributeImpl<X,
E> class
MapAttributeImpl<X,
K, V> class
SetAttributeImpl<X,
E> class
static class
Subclass used to simplify instantiation of singular attributes representing an entity's identifier.static class
Subclass used to simply instantiation of singular attributes representing an entity's version.