public class SelectGenerator extends AbstractPostInsertGenerator implements Configurable
Modifier and Type | Class and Description |
---|---|
static class |
SelectGenerator.SelectGeneratorDelegate
The delegate for the select generation strategy.
|
ENTITY_NAME, JPA_ENTITY_NAME
Constructor and Description |
---|
SelectGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
configure(Type type,
Properties params,
Dialect d)
Configure this instance, given the value of parameters
specified by the user as <param> elements.
|
InsertGeneratedIdentifierDelegate |
getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister,
Dialect dialect,
boolean isGetGeneratedKeysEnabled) |
determineBulkInsertionIdentifierGenerationSelectFragment, generate, supportsBulkInsertionIdentifierGeneration
public void configure(Type type, Properties params, Dialect d) throws MappingException
Configurable
configure
in interface Configurable
params
- param values, keyed by parameter nameMappingException
public InsertGeneratedIdentifierDelegate getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled) throws HibernateException
getInsertGeneratedIdentifierDelegate
in interface PostInsertIdentifierGenerator
HibernateException
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.