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 classAbstractPluralAttribute<D,C,E>classSetAttributeImpl<X,E>classSingularAttributeImpl<D,J>static classSingularAttributeImpl.Identifier<D,J>Subclass used to simplify instantiation of singular attributes representing an entity's identifier.static classSingularAttributeImpl.Version<X,Y>Subclass used to simply instantiation of singular attributes representing an entity's version.
-