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

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

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

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

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

Methods in org.hibernate.metamodel.source.hbm that return PluralAttributeNature
 PluralAttributeNature SetAttributeSourceImpl.getPluralAttributeNature()
           
 PluralAttributeNature BagAttributeSourceImpl.getPluralAttributeNature()
           
 



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