|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contract for things that can be locked via a LockingStrategy
Field Summary |
Fields inherited from interface org.hibernate.persister.entity.EntityPersister |
ENTITY_ID |
Method Summary | |
String[] |
getRootTableIdentifierColumnNames()
Get the names of columns on the root table used to persist the identifier. |
String |
getRootTableName()
Locks are always applied to the "root table". |
String |
getVersionColumnName()
For versioned entities, get the name of the column (again, expected on the root table) used to store the version values. |
Methods inherited from interface org.hibernate.cache.OptimisticCacheSource |
getVersionComparator |
Method Detail |
public String getRootTableName()
public String[] getRootTableIdentifierColumnNames()
public String getVersionColumnName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |