Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.sql.RetrieveDescImpl
-
Packages that use RetrieveDescImpl Package Description com.sun.jdo.spi.persistence.support.sqlstore.sql.generator -
-
Uses of RetrieveDescImpl 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 RetrieveDescImpl 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.
-