Package | Description |
---|---|
org.hibernate.metamodel.source.annotations.attribute |
Modifier and Type | Method and Description |
---|---|
AttributeNature |
AssociationAttribute.getAssociationNature() |
static AttributeNature |
AttributeNature.valueOf(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(String name,
Class<?> attributeType,
AttributeNature attributeNature,
String accessType,
Map<org.jboss.jandex.DotName,List<org.jboss.jandex.AnnotationInstance>> annotations,
EntityBindingContext context) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.