| Package | Description |
|---|---|
| javax.persistence.metamodel | |
| org.hibernate.ejb.criteria.path | |
| org.hibernate.ejb.metamodel |
| Modifier and Type | Method and Description |
|---|---|
Attribute.PersistentAttributeType |
Attribute.getPersistentAttributeType()
Return the persistent attribute type for the attribute.
|
static Attribute.PersistentAttributeType |
Attribute.PersistentAttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute.PersistentAttributeType[] |
Attribute.PersistentAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute.PersistentAttributeType |
MapKeyHelpers.MapKeyAttribute.getPersistentAttributeType()
Return the persistent attribute type for the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static Attribute.PersistentAttributeType |
AttributeFactory.determineSingularAssociationAttributeType(Member member) |
Attribute.PersistentAttributeType |
AbstractAttribute.getPersistentAttributeType()
Return the persistent attribute type for the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
PluralAttributeImpl.Builder<X,C,E,K> |
PluralAttributeImpl.Builder.persistentAttributeType(Attribute.PersistentAttributeType attrType) |
| Constructor and Description |
|---|
AbstractAttribute(String name,
Class<Y> javaType,
AbstractManagedType<X> declaringType,
Member member,
Attribute.PersistentAttributeType persistentAttributeType) |
SingularAttributeImpl.Identifier(String name,
Class<Y> javaType,
AbstractManagedType<X> declaringType,
Member member,
Type<Y> attributeType,
Attribute.PersistentAttributeType persistentAttributeType) |
SingularAttributeImpl.Version(String name,
Class<Y> javaType,
AbstractManagedType<X> declaringType,
Member member,
Type<Y> attributeType,
Attribute.PersistentAttributeType persistentAttributeType) |
SingularAttributeImpl(String name,
Class<Y> javaType,
AbstractManagedType<X> declaringType,
Member member,
boolean isIdentifier,
boolean isVersion,
boolean isOptional,
Type<Y> attributeType,
Attribute.PersistentAttributeType persistentAttributeType) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.