Uses of Interface
com.sun.jdo.spi.persistence.support.sqlstore.ActionDesc
-
-
Uses of ActionDesc in com.sun.jdo.spi.persistence.support.sqlstore
Subinterfaces of ActionDesc in com.sun.jdo.spi.persistence.support.sqlstore Modifier and Type Interface Description interfaceRetrieveDescThis interface represents a retrieve descriptor used by an application to retrieve container-managed entity beans from a persistent store.interfaceUpdateObjectDesc -
Uses of ActionDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql
Classes in com.sun.jdo.spi.persistence.support.sqlstore.sql that implement ActionDesc Modifier and Type Class Description classRetrieveDescImplclassUpdateObjectDescImplStores the update information for the associated state manager. -
Uses of ActionDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint
Fields in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint declared as ActionDesc Modifier and Type Field Description ActionDescConstraintFieldName. descActionDescConstraintFieldNameSubQuery. descActionDescConstraintForeignFieldName. descMethods in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint with parameters of type ActionDesc Modifier and Type Method Description voidConstraint. addConstraintFieldSubQuery(String field, ActionDesc rd)Adds a subquery constraint on the stack.voidConstraint. addField(String name, ActionDesc desc)Adds a field to the constraint stack.voidConstraint. addForeignField(String name, ActionDesc desc)Constructors in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint with parameters of type ActionDesc Constructor Description ConstraintFieldName(String name, ActionDesc desc)ConstraintFieldName(String name, ActionDesc desc, boolean prefetched)ConstraintFieldNameSubQuery(String name, ActionDesc desc)ConstraintForeignFieldName(String name, ActionDesc desc) -
Uses of ActionDesc 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 ActionDesc Constructor Description QueryPlan(ActionDesc desc, SQLStoreManager store)SelectQueryPlan(ActionDesc desc, SQLStoreManager store, Concurrency concurrency)Creates a new SelectQueryPlan.UpdateQueryPlan(ActionDesc desc, SQLStoreManager store)
-