Uses of Class
org.hibernate.metamodel.source.binder.SingularAttributeNature

Packages that use SingularAttributeNature
org.hibernate.metamodel.source.annotations.attribute   
org.hibernate.metamodel.source.annotations.entity   
org.hibernate.metamodel.source.binder   
org.hibernate.metamodel.source.hbm   
 

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

Methods in org.hibernate.metamodel.source.annotations.attribute that return SingularAttributeNature
 SingularAttributeNature ToOneAttributeSourceImpl.getNature()
           
 SingularAttributeNature SingularAttributeSourceImpl.getNature()
           
 

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

Methods in org.hibernate.metamodel.source.annotations.entity that return SingularAttributeNature
 SingularAttributeNature ComponentAttributeSourceImpl.getNature()
           
 

Uses of SingularAttributeNature in org.hibernate.metamodel.source.binder
 

Methods in org.hibernate.metamodel.source.binder that return SingularAttributeNature
 SingularAttributeNature SingularAttributeSource.getNature()
          Obtain the nature of this attribute type.
static SingularAttributeNature SingularAttributeNature.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SingularAttributeNature[] SingularAttributeNature.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SingularAttributeNature in org.hibernate.metamodel.source.hbm
 

Methods in org.hibernate.metamodel.source.hbm that return SingularAttributeNature
 SingularAttributeNature ComponentAttributeSourceImpl.getNature()
           
 



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