|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use StaleObjectStateException | |
| org.hibernate.dialect | This package abstracts the SQL dialect of the underlying database. |
| org.hibernate.dialect.lock | |
| Uses of StaleObjectStateException in org.hibernate.dialect |
| Methods in org.hibernate.dialect that throw StaleObjectStateException | |
void |
HSQLDialect.ReadUncommittedLockingStrategy.lock(Serializable id,
Object version,
Object object,
SessionImplementor session)
|
| Uses of StaleObjectStateException in org.hibernate.dialect.lock |
| Methods in org.hibernate.dialect.lock that throw StaleObjectStateException | |
void |
UpdateLockingStrategy.lock(Serializable id,
Object version,
Object object,
SessionImplementor session)
|
void |
SelectLockingStrategy.lock(Serializable id,
Object version,
Object object,
SessionImplementor session)
|
void |
LockingStrategy.lock(Serializable id,
Object version,
Object object,
SessionImplementor session)
Acquire an appropriate type of lock on the underlying data that will endure until the end of the current transaction. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||