Uses of Class
org.hibernate.metamodel.source.binder.IdentifierSource.Nature

Packages that use IdentifierSource.Nature
org.hibernate.metamodel.source.annotations.attribute   
org.hibernate.metamodel.source.binder   
 

Uses of IdentifierSource.Nature in org.hibernate.metamodel.source.annotations.attribute
 

Methods in org.hibernate.metamodel.source.annotations.attribute that return IdentifierSource.Nature
 IdentifierSource.Nature SimpleIdentifierSourceImpl.getNature()
           
 

Uses of IdentifierSource.Nature in org.hibernate.metamodel.source.binder
 

Methods in org.hibernate.metamodel.source.binder that return IdentifierSource.Nature
 IdentifierSource.Nature IdentifierSource.getNature()
          Obtain the nature of this identifier source.
static IdentifierSource.Nature IdentifierSource.Nature.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IdentifierSource.Nature[] IdentifierSource.Nature.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.