Package | Description |
---|---|
org.hibernate.ejb.metamodel |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttribute<X,Y>
Models the commonality of the JPA
Attribute hierarchy. |
class |
PluralAttributeImpl<X,C,E> |
class |
SingularAttributeImpl<X,Y> |
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> AttributeImplementor<X,Y> |
AttributeFactory.buildAttribute(AbstractManagedType<X> ownerType,
Property property)
Build a normal attribute.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.