public class SelectGenerator extends AbstractPostInsertGenerator implements Configurable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SelectGenerator.SelectGeneratorDelegateThe 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, supportsBulkInsertionIdentifierGenerationpublic void configure(Type type, Properties params, Dialect d) throws MappingException
Configurableconfigure in interface Configurableparams - param values, keyed by parameter nameMappingExceptionpublic InsertGeneratedIdentifierDelegate getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled) throws HibernateException
getInsertGeneratedIdentifierDelegate in interface PostInsertIdentifierGeneratorHibernateExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.