Uses of Interface
com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency.Concurrency
-
-
Uses of Concurrency in com.sun.jdo.spi.persistence.support.sqlstore.model
Methods in com.sun.jdo.spi.persistence.support.sqlstore.model that return Concurrency Modifier and Type Method Description ConcurrencyClassDesc. getConcurrency(boolean optimistic) -
Uses of Concurrency in com.sun.jdo.spi.persistence.support.sqlstore.sql
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql that return Concurrency Modifier and Type Method Description ConcurrencyUpdateObjectDescImpl. getConcurrency()Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql with parameters of type Concurrency Modifier and Type Method Description SelectQueryPlanRetrieveDescImpl. buildQueryPlan(SQLStoreManager store, Concurrency concurrency)Builds the internal query plan and initializes the select statements.voidUpdateObjectDescImpl. setConcurrency(Concurrency concurrency) -
Uses of Concurrency in com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency
Classes in com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency that implement Concurrency Modifier and Type Class Description classConcurrencyCheckDirtyclassConcurrencyDBExplicitclassConcurrencyDBNativeclassConcurrencyOptVerify -
Uses of Concurrency in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type Concurrency Modifier and Type Method Description static SelectQueryPlanSelectQueryPlan. newInstance(RetrieveDescImpl desc, SQLStoreManager store, Concurrency concurrency)Creates a new instance of SelectQueryPlan depending on the retrieve descriptor options.Constructors in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type Concurrency Constructor Description SelectQueryPlan(ActionDesc desc, SQLStoreManager store, Concurrency concurrency)Creates a new SelectQueryPlan.
-