Package | Description |
---|---|
javax.persistence.metamodel | |
org.hibernate.jpa.criteria.path | |
org.hibernate.jpa.internal.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() |
Modifier and Type | Method and Description |
---|---|
static Attribute.PersistentAttributeType |
AttributeFactory.determineSingularAssociationAttributeType(Member member) |
Attribute.PersistentAttributeType |
AbstractAttribute.getPersistentAttributeType() |
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) |
Identifier(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) |
Version(String name,
Class<Y> javaType,
AbstractManagedType<X> declaringType,
Member member,
Type<Y> attributeType,
Attribute.PersistentAttributeType persistentAttributeType) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.