当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
IdentifierGeneratorFactory (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.id
Class IdentifierGeneratorFactory
java.lang.Object
net.sf.hibernate.id.IdentifierGeneratorFactory
- public final class IdentifierGeneratorFactory
- extends Object
Factory and helper methods for IdentifierGenerator framework.
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SHORT_CIRCUIT_INDICATOR
public static final String SHORT_CIRCUIT_INDICATOR
IDENTITY_COLUMN_INDICATOR
public static final String IDENTITY_COLUMN_INDICATOR
get
public static Serializable get(ResultSet rs,
Type type,
SessionImplementor session,
Object owner)
throws SQLException,
IdentifierGenerationException
- Throws:
SQLException
IdentifierGenerationException
create
public static IdentifierGenerator create(String strategy,
Type type,
Properties params,
Dialect dialect)
throws MappingException
- Throws:
MappingException