 3 | provider must perform optimistic version checks when obtaining the database lock. If these checks fail ... OptimisticLockException - if the optimistic version check fails PessimisticLockException - if pessimistic locking |
 3 | checks when obtaining the database lock. If these checks fail, the OptimisticLockException ... OptimisticLockException - if the optimistic version check fails PessimisticLockException - if pessimistic locking fails |
 3 | version checks when obtaining the database lock. If these checks fail, the OptimisticLockException ... OptimisticLockException - if the optimistic version check fails PessimisticLockException - if pessimistic |
 3 | the consistency check. No datastore resources acquired during the execution of this method are held ... were made, then it must mark the instance dirty. No consistency checking is done during makePersistent of detached instances. If consistency checking is required by the application, then flush or checkConsistency |
 3 | this PersistenceManagerFactory. Close this PersistenceManagerFactory. Check for JDOPermission("closePersistenceManagerFactory") and if not authorized, throw SecurityException. If the authorization check succeeds, check |
 3 | , the persistence provider must also perform optimistic version checks when obtaining the database lock. If these checks fail, the OptimisticLockException will be thrown. If the lock mode type is pessimistic ... OptimisticLockException - if the optimistic version check fails PessimisticLockException - if pessimistic locking |
 3 | optimistic version checks when obtaining the database lock. If these checks fail ... OptimisticLockException - if the optimistic version check fails PessimisticLockException - if pessimistic locking fails |
 3 | Static Method javax.jdo.spi.JDOImplHelper void checkAuthorizedStateManagerClass( Class smClass ) Check that the parameter instance is a class that is authorized for JDOPermission("setStateManager ... : smClass - a Class to be checked for JDOPermission("setStateManager") Since: JDO 1.0.1 |
 3 | Whether this foreign key is deferred (constraint is checked only at commit). Whether this foreign key is deferred (constraint is checked only at commit). Returns: whether this foreign key is deferred |
 3 | boolean equals(Object obj) Check the class and class name and object type. Check the class and class |