Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.model.ClassDesc
-
-
Uses of ClassDesc in com.sun.jdo.spi.persistence.support.sqlstore
Constructors in com.sun.jdo.spi.persistence.support.sqlstore with parameters of type ClassDesc Constructor Description SQLStateManager(PersistenceStore store, ClassDesc persistenceConfig)Construct a new SQLStateManager so that it locks or does not lock as per whether or not it is used in a managed environment. -
Uses of ClassDesc in com.sun.jdo.spi.persistence.support.sqlstore.model
Fields in com.sun.jdo.spi.persistence.support.sqlstore.model declared as ClassDesc Modifier and Type Field Description protected ClassDescFieldDesc. classDescBack pointer to declaring class descriptor.ClassDescForeignFieldDesc. foreignConfigClass descriptor for the class of this relationship field. -
Uses of ClassDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql that return ClassDesc Modifier and Type Method Description ClassDescRetrieveDescImpl. getConfig()ClassDescUpdateObjectDescImpl. getConfig()Constructors in com.sun.jdo.spi.persistence.support.sqlstore.sql with parameters of type ClassDesc Constructor Description ResultDesc(ClassDesc config, int aggregateResultType)RetrieveDescImpl(Class pcClass, ClassDesc config) -
Uses of ClassDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency with parameters of type ClassDesc Modifier and Type Method Description voidConcurrency. configPersistence(ClassDesc config)voidConcurrencyDBNative. configPersistence(ClassDesc config) -
Uses of ClassDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Fields in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator declared as ClassDesc Modifier and Type Field Description protected ClassDescQueryPlan. configMethods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator that return ClassDesc Modifier and Type Method Description ClassDescQueryPlan. getConfig()Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type ClassDesc Modifier and Type Method Description QueryTableQueryPlan. addQueryTable(org.netbeans.modules.dbschema.TableElement tableElement, ClassDesc persistenceConfig)Identifies a database table which will become part of this query plan.protected voidCorrelatedSelectPlan. addQueryTables(ArrayList columnList, ClassDesc config)Adds the query tables corresponding to the columns incolumnList.
-