Uses of Class
org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
Packages that use SingularAttributeImpl
Package
Description
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 SingularAttributeImplModifier and TypeMethodDescription<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.internalModifier and TypeClassDescriptionstatic 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.