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

Packages that use AssociationAttribute
org.hibernate.metamodel.source.annotations.attribute   
org.hibernate.metamodel.source.annotations.entity   
 

Uses of AssociationAttribute in org.hibernate.metamodel.source.annotations.attribute
 

Methods in org.hibernate.metamodel.source.annotations.attribute that return AssociationAttribute
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)
           
 

Constructors in org.hibernate.metamodel.source.annotations.attribute with parameters of type AssociationAttribute
ToOneAttributeSourceImpl(AssociationAttribute associationAttribute)
           
 

Uses of AssociationAttribute in org.hibernate.metamodel.source.annotations.entity
 

Methods in org.hibernate.metamodel.source.annotations.entity that return types with arguments of type AssociationAttribute
 Iterable<AssociationAttribute> ConfiguredClass.getAssociationAttributes()
           
 



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