Internal Website Search

61-70 of 200 resultsRefresh

javax.persistence.LockModeType

> P1 (Dirty read): Transaction T1 modifies a row. Another transaction T2 then reads that row and obtains the modified value, before T1 has committed or rolled back. Transaction T2 ... T1 reads a row. Another transaction T2 then modifies or deletes that row, before T1 has committed

where(restrictions)

"> Modify the query to restrict the query results according to the conjunction of the specified ... : the modified query

javax.jdo.PersistenceManagerFactory

;name) Create an unscoped, modifiable Create an unscoped, modifiable FetchGroupgetFetchGroups () Get a modifiable Set

javax.jdo.InstanceCallbacks

is not modified by the enhancer. Derived fields should be initialized in this method ... should be cleared. This method is not modified by the enhancer. This method is modified by the enhancer so that fields referenced

javax.jdo.Query

can be modified. The query namespace is modeled after methods in Java: 's FetchPlan to be modified.

javax.jdo.spi.Detachable

, version, BitSet of loaded fields, and BitSet of modified fields so they are preserved while outside ... . While detached, only the BitSet of modified fields will be modified. The structure of the Object ... ]: a BitSet of loaded fields jdoDetachedState[3]: a BitSet of modified fields

javax.jdo.JDOHelper

as modified in this transaction.

javax.jdo.listener.DirtyLifecycleListener

, during an operation that modifies the value of a persistent or transactional field. modifies the value of a persistent or transactional field. Called ... made dirty, during an operation that modifies the value of a persistent or transactional field.

isDirty(pc)

is dirty. Instances that have been modified, deleted, newly made persistent in the current transaction, or modified while detached return Boolean.TRUE . Instances known by ... .TRUE if the parameter instance has been modified in the current transaction, or

javax.jdo.annotations.Persistent

Modifier for this field. Modifier for this field. This is normally not ... > Returns: the persistence modifier