Save This Page
Home » Hibernate-3.3.2.GA » org.hibernate » id » [javadoc | source]
org.hibernate.id
public final class: IdentifierGeneratorFactory [javadoc | source]
java.lang.Object
   org.hibernate.id.IdentifierGeneratorFactory
Factory and helper methods for IdentifierGenerator framework.
Field Summary
public static final  Serializable SHORT_CIRCUIT_INDICATOR     
public static final  Serializable POST_INSERT_INDICATOR     
Method from org.hibernate.id.IdentifierGeneratorFactory Summary:
create,   createNumber,   get,   getGeneratedIdentity,   getIdentifierGeneratorClass
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.id.IdentifierGeneratorFactory Detail:
 public static IdentifierGenerator create(String strategy,
    Type type,
    Properties params,
    Dialect dialect) throws MappingException 
 public static Number createNumber(long value,
    Class clazz) throws IdentifierGenerationException 
 public static Serializable get(ResultSet rs,
    Type type) throws SQLException, IdentifierGenerationException 
 public static Serializable getGeneratedIdentity(ResultSet rs,
    Type type) throws SQLException, HibernateException 
    Get the generated identifier when using identity columns
 public static Class getIdentifierGeneratorClass(String strategy,
    Dialect dialect)