|
|||||||||
| Home >> All >> org >> hibernate >> test >> ejb3 >> [ lock overview ] | PREV NEXT | ||||||||
C
- configure(Configuration) - Method in class org.hibernate.test.ejb3.lock.EJB3LockTest
- configure(Configuration) - Method in class org.hibernate.test.ejb3.lock.RepeatableReadTest
E
- EJB3LockTest - class org.hibernate.test.ejb3.lock.EJB3LockTest.
- Tests specifically relating to section 3.3.5.3 [Lock Modes] of the EJB3 persistence specification (as of the Proposed Final Draft).
- EJB3LockTest(String) - Constructor for class org.hibernate.test.ejb3.lock.EJB3LockTest
G
- getCacheConcurrencyStrategy() - Method in class org.hibernate.test.ejb3.lock.EJB3LockTest
- getCacheConcurrencyStrategy() - Method in class org.hibernate.test.ejb3.lock.RepeatableReadTest
- getMappings() - Method in class org.hibernate.test.ejb3.lock.EJB3LockTest
- getMappings() - Method in class org.hibernate.test.ejb3.lock.RepeatableReadTest
O
- org.hibernate.test.ejb3.lock - package org.hibernate.test.ejb3.lock
R
- RepeatableReadTest - class org.hibernate.test.ejb3.lock.RepeatableReadTest.
- Test that the Hibernate Session complies with REPEATABLE_READ isolation semantics.
- RepeatableReadTest(String) - Constructor for class org.hibernate.test.ejb3.lock.RepeatableReadTest
S
- suite() - Static method in class org.hibernate.test.ejb3.lock.EJB3LockTest
- suite() - Static method in class org.hibernate.test.ejb3.lock.RepeatableReadTest
T
- testLockModeTypeRead() - Method in class org.hibernate.test.ejb3.lock.EJB3LockTest
- Test the equivalent of EJB3 LockModeType.READ From the spec: If transaction T1 calls lock(entity, LockModeType.READ) on a versioned object, the entity manager must ensure that neither of the following phenomena can occur: P1 (Dirty read): Transaction T1 modifies a row.
- testLockModeTypeWrite() - Method in class org.hibernate.test.ejb3.lock.EJB3LockTest
- Test the equivalent of EJB3 LockModeType.WRITE From the spec: If transaction T1 calls lock(entity, LockModeType.WRITE) on a versioned object, the entity manager must avoid the phenomena P1 and P2 (as with LockModeType.READ) and must also force an update (increment) to the entity's version column.
- testStaleNonVersionedInstanceFoundInQueryResult() - Method in class org.hibernate.test.ejb3.lock.RepeatableReadTest
- testStaleNonVersionedInstanceFoundOnLock() - Method in class org.hibernate.test.ejb3.lock.RepeatableReadTest
- testStaleVersionedInstanceFoundInQueryResult() - Method in class org.hibernate.test.ejb3.lock.RepeatableReadTest
- testStaleVersionedInstanceFoundOnLock() - Method in class org.hibernate.test.ejb3.lock.RepeatableReadTest
C E G O R S T
|
|||||||||
| Home >> All >> org >> hibernate >> test >> ejb3 >> [ lock overview ] | PREV NEXT | ||||||||