|
||||||||||
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,
int timeout,
SessionImplementor session)
|
Uses of StaleObjectStateException in org.hibernate.dialect.lock |
---|
Methods in org.hibernate.dialect.lock that throw StaleObjectStateException | |
---|---|
void |
LockingStrategy.lock(Serializable id,
Object version,
Object object,
int timeout,
SessionImplementor session)
Acquire an appropriate type of lock on the underlying data that will endure until the end of the current transaction. |
void |
SelectLockingStrategy.lock(Serializable id,
Object version,
Object object,
int timeout,
SessionImplementor session)
|
void |
UpdateLockingStrategy.lock(Serializable id,
Object version,
Object object,
int timeout,
SessionImplementor session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |