Package | Description |
---|---|
org.hibernate.metamodel.internal |
Modifier and Type | Class and Description |
---|---|
static class |
SingularAttributeImpl.Identifier<X,Y>
Subclass used to simply 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.
|
Modifier and Type | Method and Description |
---|---|
<X,Y> SingularAttributeImpl<X,Y> |
AttributeFactory.buildIdAttribute(AbstractIdentifiableType<X> ownerType,
Property property)
Build the identifier attribute descriptor
|
<X,Y> SingularAttributeImpl<X,Y> |
AttributeFactory.buildVersionAttribute(AbstractIdentifiableType<X> ownerType,
Property property)
Build the version attribute descriptor
|
protected SingularAttributeImpl |
AbstractIdentifiableType.internalGetId() |
protected SingularAttributeImpl |
AbstractIdentifiableType.internalGetVersion() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIdentifiableType.Builder.applyIdAttribute(SingularAttributeImpl<X,?> idAttribute) |
void |
AbstractIdentifiableType.Builder.applyVersionAttribute(SingularAttributeImpl<X,?> versionAttribute) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.