Uses of Interface
com.sun.jdo.spi.persistence.support.sqlstore.RetrieveDesc
-
-
Uses of RetrieveDesc in com.sun.jdo.spi.persistence.support.sqlstore
Methods in com.sun.jdo.spi.persistence.support.sqlstore that return RetrieveDesc Modifier and Type Method Description RetrieveDescPersistenceManager. getRetrieveDesc(Class classType)Return a RetrieveDesc given a Class object.RetrieveDescPersistenceManager. getRetrieveDesc(String fieldName, Class classType)Return a RetrieveDesc for a foreign field (relationship) given the Class object for the parent class.RetrieveDescPersistenceStore. getRetrieveDesc(Class classType)Returns a new retrieve descriptor for an external (user) query.RetrieveDescPersistenceStore. getRetrieveDesc(String fieldName, Class classType)Returns a new retrieve descriptor for an external (user) query.RetrieveDescSQLStoreManager. getRetrieveDesc(Class classType)Returns a new retrieve descriptor for anexternal (user) query.RetrieveDescSQLStoreManager. getRetrieveDesc(String fieldName, Class classType)Returns a new retrieve descriptor for anexternal (user) query.Methods in com.sun.jdo.spi.persistence.support.sqlstore with parameters of type RetrieveDesc Modifier and Type Method Description voidRetrieveDesc. addConstraint(String name, int operator, RetrieveDesc foreignConstraint, String foreignFieldName)Adds a constraint on the field specified byname.voidRetrieveDesc. addConstraint(String name, RetrieveDesc foreignConstraint)Adds a constraint on the foreign field specified byname.voidRetrieveDesc. addResult(String name, RetrieveDesc foreignConstraint, boolean projection)The addResult method is used to specify which fields should be returned in a persistent object.ObjectPersistenceManager. retrieve(RetrieveDesc action)Executes the given retrieve descriptor.ObjectPersistenceManager. retrieve(RetrieveDesc action, ValueFetcher parameters)Executes the given retrieve descriptor.ObjectPersistenceStore. retrieve(PersistenceManager pm, RetrieveDesc action, ValueFetcher parameters)ObjectSQLStoreManager. retrieve(PersistenceManager pm, RetrieveDesc action, ValueFetcher parameters)The retrieve method builds and executes the SQL query described by the action parameter. -
Uses of RetrieveDesc in com.sun.jdo.spi.persistence.support.sqlstore.impl
Methods in com.sun.jdo.spi.persistence.support.sqlstore.impl that return RetrieveDesc Modifier and Type Method Description RetrieveDescPersistenceManagerImpl. getRetrieveDesc(Class classType)Return a RetrieveDesc given a Class object.RetrieveDescPersistenceManagerImpl. getRetrieveDesc(String fieldName, Class classType)Return a RetrieveDesc for a foreign field (relationship) given the Class object for the parent class.Methods in com.sun.jdo.spi.persistence.support.sqlstore.impl with parameters of type RetrieveDesc Modifier and Type Method Description ObjectPersistenceManagerImpl. retrieve(RetrieveDesc action)Executes the given retrieve descriptor.ObjectPersistenceManagerImpl. retrieve(RetrieveDesc action, ValueFetcher parameters)Executes the given retrieve descriptor. -
Uses of RetrieveDesc in com.sun.jdo.spi.persistence.support.sqlstore.model
Methods in com.sun.jdo.spi.persistence.support.sqlstore.model that return RetrieveDesc Modifier and Type Method Description RetrieveDescClassDesc. getRetrieveDescForFKQuery(ForeignFieldDesc foreignField, PersistenceStore store)Returns a RetrieveDescriptor which represent a SQL query selecting pc instances by the relationship key.RetrieveDescClassDesc. getRetrieveDescForPKQuery(FieldDesc additionalField, PersistenceStore store)Returns a RetrieveDescriptor which represent a SQL query selecting a pc instance by pk-fields.RetrieveDescClassDesc. getRetrieveDescForVerificationQuery(PersistenceStore store)Gets RetrieveDescriptor(rd) for verifying a VC instance. -
Uses of RetrieveDesc in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc
Fields in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc declared as RetrieveDesc Modifier and Type Field Description protected RetrieveDescJQLAST. rdMethods in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc that return RetrieveDesc Modifier and Type Method Description RetrieveDescJQLC. codeGen(PersistenceManager pm, ParameterTable paramtab)RetrieveDescJQLAST. getRetrieveDesc()Methods in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc with parameters of type RetrieveDesc Modifier and Type Method Description static StringJQLAST. getRetrieveDescRepr(RetrieveDesc rd)Returns a string representation of the spceified RetrieveDesc.voidJQLAST. setRetrieveDesc(RetrieveDesc rd) -
Uses of RetrieveDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql
Classes in com.sun.jdo.spi.persistence.support.sqlstore.sql that implement RetrieveDesc Modifier and Type Class Description classRetrieveDescImplMethods in com.sun.jdo.spi.persistence.support.sqlstore.sql with parameters of type RetrieveDesc Modifier and Type Method Description voidRetrieveDescImpl. addConstraint(String name, int operation, RetrieveDesc foreignConstraint, String foreignName)Adds a constraint on the relationship field specified byname.voidRetrieveDescImpl. addConstraint(String name, RetrieveDesc foreignConstraint)Adds a constraint on the foreign field specified byname.voidRetrieveDescImpl. addPrefetchedField(String name, RetrieveDesc foreignConstraint)Add a field specified bynameto the list of fields to be prefetched.voidRetrieveDescImpl. addResult(String name, RetrieveDesc foreignConstraint, boolean projection)The addResult method is used to specify which fields should be returned in a persistent object. -
Uses of RetrieveDesc 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 RetrieveDesc 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)VerificationSelectPlan(RetrieveDesc desc, SQLStoreManager store)Creates a new VerificationSelectQueryPlan.
-