| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PostInsertIdentityPersister
A persister that may have an identity assigned by execution of a SQL INSERT.
| Field Summary | 
|---|
| Fields inherited from interface org.hibernate.persister.entity.EntityPersister | 
|---|
| ENTITY_ID | 
| Method Summary | |
|---|---|
|  String[] | getIdentifierColumnNames() | 
|  String | getIdentitySelectString()Get the database-specific SQL command to retrieve the last generated IDENTITY value. | 
|  String[] | getRootTableKeyColumnNames()The names of the primary key columns in the root table. | 
|  String | getSelectByUniqueKeyString(String propertyName)Get a SQL select string that performs a select based on a unique key determined by the given property name). | 
| Methods inherited from interface org.hibernate.cache.OptimisticCacheSource | 
|---|
| getVersionComparator | 
| Method Detail | 
|---|
String getSelectByUniqueKeyString(String propertyName)
propertyName - The name of the property which maps to the
 column(s) to use in the select statement restriction.
String getIdentitySelectString()
String[] getIdentifierColumnNames()
String[] getRootTableKeyColumnNames()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||