Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.SQLStateManager
-
-
Uses of SQLStateManager in com.sun.jdo.spi.persistence.support.sqlstore
Methods in com.sun.jdo.spi.persistence.support.sqlstore that return SQLStateManager Modifier and Type Method Description SQLStateManagerSQLStateManager. getBeforeImage() -
Uses of SQLStateManager in com.sun.jdo.spi.persistence.support.sqlstore.model
Methods in com.sun.jdo.spi.persistence.support.sqlstore.model that return SQLStateManager Modifier and Type Method Description SQLStateManagerClassDesc. newStateManagerInstance(PersistenceStore store)Returns a newSQLStateManagerinstance, initialized with passed store manager and this instance of the runtime class model.Methods in com.sun.jdo.spi.persistence.support.sqlstore.model with parameters of type SQLStateManager Modifier and Type Method Description ObjectForeignFieldDesc. createObjectId(SQLStateManager sm, LocalFieldDesc fieldDesc, Object value)Constructs the oid of a related instance. -
Uses of SQLStateManager in com.sun.jdo.spi.persistence.support.sqlstore.sql
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql that return SQLStateManager Modifier and Type Method Description SQLStateManagerUpdateObjectDescImpl. getAfterImage()SQLStateManagerUpdateJoinTableDesc. getForeignStateManager()SQLStateManagerUpdateJoinTableDesc. getParentStateManager()Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql with parameters of type SQLStateManager Modifier and Type Method Description voidUpdateObjectDescImpl. 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.Constructors in com.sun.jdo.spi.persistence.support.sqlstore.sql with parameters of type SQLStateManager Constructor Description UpdateJoinTableDesc(SQLStateManager parentSM, SQLStateManager foreignSM, int action) -
Uses of SQLStateManager 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 SQLStateManager Modifier and Type Method Description voidConcurrency. commit(UpdateObjectDesc updateDesc, SQLStateManager beforeImage, SQLStateManager afterImage, int logReason)voidConcurrencyCheckDirty. commit(UpdateObjectDesc updateDesc, SQLStateManager beforeImage, SQLStateManager afterImage, int logReason)voidConcurrencyDBNative. commit(UpdateObjectDesc updateDesc, SQLStateManager beforeImage, SQLStateManager afterImage, int logReason) -
Uses of SQLStateManager 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 SQLStateManager Modifier and Type Method Description voidUpdateStatement. addForeignConstraints(int action, ForeignFieldDesc f, SQLStateManager sm)voidUpdateStatement. addLocalConstraints(int action, ForeignFieldDesc f, SQLStateManager sm)
-