|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeNature | |
---|---|
org.hibernate.metamodel.source.annotations.attribute |
Uses of AttributeNature in org.hibernate.metamodel.source.annotations.attribute |
---|
Methods in org.hibernate.metamodel.source.annotations.attribute that return AttributeNature | |
---|---|
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. |
Methods in org.hibernate.metamodel.source.annotations.attribute with parameters of type AttributeNature | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |