public class GUIDGenerator extends java.lang.Object implements IdentifierGenerator
ENTITY_NAME| Constructor and Description |
|---|
GUIDGenerator() |
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
generate(SessionImplementor session,
java.lang.Object obj)
Generate a new identifier.
|
public java.io.Serializable generate(SessionImplementor session, java.lang.Object obj) throws HibernateException
IdentifierGeneratorgenerate in interface IdentifierGeneratorobj - the entity or toplevel collection for which the id is being generatedHibernateExceptionCopyright © 2013. All Rights Reserved.