Uses of Class
org.hibernate.metamodel.source.annotations.entity.EntityBindingContext

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

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

Methods in org.hibernate.metamodel.source.annotations.attribute that return EntityBindingContext
 EntityBindingContext MappedAttribute.getContext()
           
 

Methods in org.hibernate.metamodel.source.annotations.attribute with parameters of type EntityBindingContext
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)
           
static BasicAttribute BasicAttribute.createSimpleAttribute(String name, Class<?> attributeType, Map<org.jboss.jandex.DotName,List<org.jboss.jandex.AnnotationInstance>> annotations, String accessType, EntityBindingContext context)
           
 

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

Methods in org.hibernate.metamodel.source.annotations.entity that return EntityBindingContext
 EntityBindingContext ConfiguredClass.getLocalBindingContext()
           
 



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