Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.sql.generator.UpdateQueryPlan
-
-
Uses of UpdateQueryPlan in com.sun.jdo.spi.persistence.support.sqlstore.model
Methods in com.sun.jdo.spi.persistence.support.sqlstore.model that return UpdateQueryPlan Modifier and Type Method Description UpdateQueryPlanClassDesc. getUpdateQueryPlan(UpdateObjectDescImpl desc, SQLStoreManager store)Retrieves the update query plan for the specified descriptor. -
Uses of UpdateQueryPlan in com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency with parameters of type UpdateQueryPlan Modifier and Type Method Description protected BitSetConcurrencyCheckDirty. prepareVerifyGroupMask(UpdateQueryPlan plan)protected BitSetConcurrencyOptVerify. prepareVerifyGroupMask(UpdateQueryPlan plan)Find all the local fields that have been updated and use their concurrencyGroup to set the verifyGroupMask.voidConcurrency. update(UpdateQueryPlan plan)voidConcurrencyCheckDirty. update(UpdateQueryPlan plan)voidConcurrencyDBNative. update(UpdateQueryPlan plan) -
Uses of UpdateQueryPlan in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Constructors in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type UpdateQueryPlan Constructor Description UpdateStatement(DBVendorType vendorType, UpdateQueryPlan plan, boolean batch)
-