Class SingularAttributeImpl.Identifier<D,J>

java.lang.Object
org.hibernate.metamodel.model.domain.internal.AbstractAttribute<D,J,J>
org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl<D,J>
org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Identifier<D,J>
All Implemented Interfaces:
Attribute<D,J>, Bindable<J>, SingularAttribute<D,J>, Serializable, PathSource<J>, PersistentAttribute<D,J>, SingularPersistentAttribute<D,J>, SqmExpressible<J>, SqmJoinable<D,J>, SqmPathSource<J>, SqmPersistentAttribute<D,J>, SqmSingularPersistentAttribute<D,J>, SqmExpressibleAccessor<J>
Enclosing class:
SingularAttributeImpl<D,J>

public static class SingularAttributeImpl.Identifier<D,J> extends SingularAttributeImpl<D,J>
Subclass used to simplify instantiation of singular attributes representing an entity's identifier.
See Also: