public class PortofinoIdentityGenerator extends IdentityGenerator
Modifier and Type | Class and Description |
---|---|
static class |
PortofinoIdentityGenerator.PortofinoGetGeneratedKeysDelegate
Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys.
|
IdentityGenerator.BasicDelegate, IdentityGenerator.GetGeneratedKeysDelegate, IdentityGenerator.InsertSelectDelegate
ENTITY_NAME, JPA_ENTITY_NAME
Constructor and Description |
---|
PortofinoIdentityGenerator() |
Modifier and Type | Method and Description |
---|---|
InsertGeneratedIdentifierDelegate |
getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister,
Dialect dialect,
boolean isGetGeneratedKeysEnabled) |
determineBulkInsertionIdentifierGenerationSelectFragment, generate, supportsBulkInsertionIdentifierGeneration
public InsertGeneratedIdentifierDelegate getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled) throws HibernateException
getInsertGeneratedIdentifierDelegate
in interface PostInsertIdentifierGenerator
getInsertGeneratedIdentifierDelegate
in class IdentityGenerator
HibernateException