Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.SQLStoreManager
-
-
Uses of SQLStoreManager in com.sun.jdo.spi.persistence.support.sqlstore.model
Methods in com.sun.jdo.spi.persistence.support.sqlstore.model with parameters of type SQLStoreManager Modifier and Type Method Description UpdateQueryPlanClassDesc. getUpdateQueryPlan(UpdateObjectDescImpl desc, SQLStoreManager store)Retrieves the update query plan for the specified descriptor. -
Uses of SQLStoreManager in com.sun.jdo.spi.persistence.support.sqlstore.sql
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql with parameters of type SQLStoreManager Modifier and Type Method Description SelectQueryPlanRetrieveDescImpl. buildQueryPlan(SQLStoreManager store, Concurrency concurrency)Builds the internal query plan and initializes the select statements. -
Uses of SQLStoreManager in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Fields in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator declared as SQLStoreManager Modifier and Type Field Description protected SQLStoreManagerQueryPlan. storeMethods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type SQLStoreManager 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 SQLStoreManager Constructor Description CorrelatedExistSelectPlan(RetrieveDesc desc, SQLStoreManager store, ForeignFieldDesc parentField, SelectQueryPlan parentPlan)CorrelatedInSelectPlan(RetrieveDesc desc, SQLStoreManager store, ForeignFieldDesc parentField, SelectQueryPlan parentPlan)CorrelatedSelectPlan(RetrieveDesc desc, SQLStoreManager store, ForeignFieldDesc parentField, SelectQueryPlan parentPlan)QueryPlan(ActionDesc desc, SQLStoreManager store)SelectQueryPlan(ActionDesc desc, SQLStoreManager store, Concurrency concurrency)Creates a new SelectQueryPlan.UpdateQueryPlan(ActionDesc desc, SQLStoreManager store)VerificationSelectPlan(RetrieveDesc desc, SQLStoreManager store)Creates a new VerificationSelectQueryPlan.
-