|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SingularAttributeImpl | |
---|---|
org.hibernate.ejb.metamodel |
Uses of SingularAttributeImpl in org.hibernate.ejb.metamodel |
---|
Subclasses of SingularAttributeImpl in org.hibernate.ejb.metamodel | |
---|---|
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. |
Methods in org.hibernate.ejb.metamodel that return SingularAttributeImpl | ||
---|---|---|
|
AttributeFactory.buildIdAttribute(AbstractIdentifiableType<X> ownerType,
Property property)
Build the identifier attribute descriptor |
|
|
AttributeFactory.buildVersionAttribute(AbstractIdentifiableType<X> ownerType,
Property property)
Build the version attribute descriptor |
Methods in org.hibernate.ejb.metamodel with parameters of type SingularAttributeImpl | |
---|---|
void |
AbstractIdentifiableType.Builder.applyIdAttribute(SingularAttributeImpl<X,?> idAttribute)
|
void |
AbstractIdentifiableType.Builder.applyVersionAttribute(SingularAttributeImpl<X,?> versionAttribute)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |