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

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

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

Methods in org.hibernate.metamodel.source.annotations.attribute that return BasicAttribute
static BasicAttribute BasicAttribute.createSimpleAttribute(String name, Class<?> attributeType, Map<org.jboss.jandex.DotName,List<org.jboss.jandex.AnnotationInstance>> annotations, String accessType, EntityBindingContext context)
           
 

Constructors in org.hibernate.metamodel.source.annotations.attribute with parameters of type BasicAttribute
SimpleIdentifierSourceImpl(BasicAttribute attribute, Map<String,AttributeOverride> attributeOverrideMap)
           
 

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

Methods in org.hibernate.metamodel.source.annotations.entity that return BasicAttribute
 BasicAttribute ConfiguredClass.getVersionAttribute()
           
 

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



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