Package | Description |
---|---|
org.hibernate.metamodel.source.annotations.attribute |
Modifier and Type | Method and Description |
---|---|
AttributeNature |
AssociationAttribute.getAssociationNature() |
static AttributeNature |
AttributeNature.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeNature[] |
AttributeNature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AssociationAttribute |
AssociationAttribute.createAssociationAttribute(java.lang.String name,
java.lang.Class<?> attributeType,
AttributeNature attributeNature,
java.lang.String accessType,
java.util.Map<org.jboss.jandex.DotName,java.util.List<org.jboss.jandex.AnnotationInstance>> annotations,
EntityBindingContext context) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.