|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.id.AbstractPostInsertGenerator
org.hibernate.id.SelectGenerator
public class SelectGenerator
A generator that selects the just inserted row to determine the identifier value assigned by the database. The correct row is located using a unique key.
One mapping parameter is required: key (unless a natural-id is defined in the mapping).
Nested Class Summary | |
---|---|
static class |
SelectGenerator.SelectGeneratorDelegate
The delegate for the select generation strategy. |
Field Summary |
---|
Fields inherited from interface org.hibernate.id.IdentifierGenerator |
---|
ENTITY_NAME |
Constructor Summary | |
---|---|
SelectGenerator()
|
Method Summary | |
---|---|
void |
configure(Type type,
java.util.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)
|
Methods inherited from class org.hibernate.id.AbstractPostInsertGenerator |
---|
generate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectGenerator()
Method Detail |
---|
public void configure(Type type, java.util.Properties params, Dialect d) throws MappingException
Configurable
configure
in interface Configurable
params
- param values, keyed by parameter name
MappingException
public InsertGeneratedIdentifierDelegate getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled) throws HibernateException
getInsertGeneratedIdentifierDelegate
in interface PostInsertIdentifierGenerator
HibernateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |