Uses of Class
org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
-
Packages that use SingularAttributeImpl Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel. -
-
Uses of SingularAttributeImpl in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return SingularAttributeImpl Modifier and Type Method Description <X,Y>
SingularAttributeImpl<X,Y>AttributeFactory. buildVersionAttribute(IdentifiableDomainType<X> ownerType, Property property)
Build the version attribute descriptor -
Uses of SingularAttributeImpl in org.hibernate.metamodel.model.domain.internal
Subclasses of SingularAttributeImpl in org.hibernate.metamodel.model.domain.internal Modifier and Type Class Description 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.
-