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

Packages that use PluralAttributeElementNature
org.hibernate.metamodel.source.binder   
org.hibernate.metamodel.source.hbm   
 

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

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

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

Methods in org.hibernate.metamodel.source.hbm that return PluralAttributeElementNature
 PluralAttributeElementNature OneToManyPluralAttributeElementSourceImpl.getNature()
           
 PluralAttributeElementNature BasicPluralAttributeElementSourceImpl.getNature()
           
 PluralAttributeElementNature ManyToManyPluralAttributeElementSourceImpl.getNature()
           
 PluralAttributeElementNature CompositePluralAttributeElementSourceImpl.getNature()
           
 



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