Internal Website Search

41-50 of 200 resultsRefresh

Paths and Types in JPQL and Criteria API

criteria expression checks if the type of a specified entity e is not 

Working with JPA Entity Objects

>The contains method can check if a specified entity object is in the persistence

find(entityClass, primaryKey, lockMode, properties)

must perform optimistic version checks when obtaining the database lock. If these checks fail ... >OptimisticLockException - if the optimistic version check fails

find(entityClass, primaryKey, lockMode)

, the persistence provider must perform optimistic version checks when obtaining the database lock. If these checks fail, the OptimisticLockException will be thrown. If the lock mode type ... > - if the optimistic version check fails

Java EE 6 JPA Tutorial - IntelliJ Project

> If the browser fails to open check the settings at File > Settings > Web Browsers.

[ODB1] Chapter 4 - JDO Metadata

, an index on that field is a reference index. In that case equality queries will check reference

javax.jdo.spi.PersistenceCapable

">CHECK_READ" title="Static Field of javax.jdo.spi.PersistenceCapable">CHECK_READ If jdoFieldFlags for a field includes CHECK_READ, then the field has been enhanced to call the jdoStateManager on read

javax.jdo.spi.JDOPermission

for closePersistenceManagerFactory permission checking. closePersistenceManagerFactory permission checking. permission checking. An instance

checkAuthorizedStateManager(sm)

) Check that the parameter instance is of a class ... the set of authorized classes is checked, and if not present, a regular permission check is made. The regular permission check requires that all callers on the stack, including the persistence-capable

javax.jdo.PersistenceManagerFactory

"> Close this PersistenceManagerFactory. Check for JDOPermission ... >If the authorization check succeeds, check to see that all PersistenceManager instances obtained from