Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.model.ForeignFieldDesc
-
-
Uses of ForeignFieldDesc in com.sun.jdo.spi.persistence.support.sqlstore
Methods in com.sun.jdo.spi.persistence.support.sqlstore with parameters of type ForeignFieldDesc Modifier and Type Method Description voidSQLStateManager. replaceCollection(ForeignFieldDesc ff, Collection c)This method serves two purposes: 1. -
Uses of ForeignFieldDesc in com.sun.jdo.spi.persistence.support.sqlstore.model
Methods in com.sun.jdo.spi.persistence.support.sqlstore.model that return ForeignFieldDesc Modifier and Type Method Description ForeignFieldDescForeignFieldDesc. getInverseRelationshipField()Methods in com.sun.jdo.spi.persistence.support.sqlstore.model with parameters of type ForeignFieldDesc 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. -
Uses of ForeignFieldDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql with parameters of type ForeignFieldDesc Modifier and Type Method Description voidResultDesc. doJoin(ResultDesc foreignResult, ForeignFieldDesc parentField)Joins foreignResult with this resultDescvoidUpdateObjectDescImpl. recordUpdatedJoinTableRelationship(ForeignFieldDesc fieldDesc, SQLStateManager parentSM, SQLStateManager foreignSM, int action)Schedules a jointable entry for relationship fieldfieldDesc.booleanUpdateObjectDescImpl. removeUpdatedJoinTableRelationship(ForeignFieldDesc fieldDesc, SQLStateManager foreignSM, int action)Removes a previously scheduled jointable entry for relationship fieldfieldDesc.voidResultDesc. setParentField(ForeignFieldDesc parentField)Set the field that is the recipient of the result of this ResultDesc. -
Uses of ForeignFieldDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Fields in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator declared as ForeignFieldDesc Modifier and Type Field Description protected ForeignFieldDescSelectQueryPlan. parentFieldThis foreign field joins this plan to the parent plan.Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type ForeignFieldDesc Modifier and Type Method Description voidUpdateStatement. addForeignConstraints(int action, ForeignFieldDesc f, SQLStateManager sm)voidUpdateStatement. addLocalConstraints(int action, ForeignFieldDesc f, SQLStateManager sm)Constructors in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type ForeignFieldDesc 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)
-