Uses of Class
org.hibernate.metamodel.source.annotations.attribute.AttributeNature

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)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.