Uses of Class
org.hibernate.metamodel.domain.PluralAttributeNature

Packages that use PluralAttributeNature
org.hibernate.metamodel.binding   
org.hibernate.metamodel.domain This package defines metadata modeling of a logical domain model. 
 

Uses of PluralAttributeNature in org.hibernate.metamodel.binding
 

Methods in org.hibernate.metamodel.binding with parameters of type PluralAttributeNature
static void Helper.checkPluralAttributeNature(PluralAttribute attribute, PluralAttributeNature expected)
           
 

Uses of PluralAttributeNature in org.hibernate.metamodel.domain
 

Methods in org.hibernate.metamodel.domain that return PluralAttributeNature
 PluralAttributeNature AbstractAttributeContainer.PluralAttributeImpl.getNature()
           
 PluralAttributeNature PluralAttribute.getNature()
           
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.
 

Methods in org.hibernate.metamodel.domain with parameters of type PluralAttributeNature
protected  PluralAttribute AbstractAttributeContainer.createPluralAttribute(String name, PluralAttributeNature nature)
           
 

Constructors in org.hibernate.metamodel.domain with parameters of type PluralAttributeNature
AbstractAttributeContainer.IndexedPluralAttributeImpl(String name, PluralAttributeNature nature, AttributeContainer attributeContainer)
           
AbstractAttributeContainer.PluralAttributeImpl(String name, PluralAttributeNature nature, AttributeContainer attributeContainer)
           
 



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