Uses of Class
org.hibernate.metamodel.source.annotations.entity.IdType

Packages that use IdType
org.hibernate.metamodel.source.annotations.entity   
 

Uses of IdType in org.hibernate.metamodel.source.annotations.entity
 

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



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