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

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

Uses of TypeNature in org.hibernate.metamodel.domain
 

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



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