Uses of Class
org.datanucleus.store.rdbms.table.PersistableJoinTable

Packages that use PersistableJoinTable
org.datanucleus.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus. 
 

Uses of PersistableJoinTable in org.datanucleus.store.rdbms.scostore
 

Fields in org.datanucleus.store.rdbms.scostore declared as PersistableJoinTable
protected  PersistableJoinTable RDBMSPersistableRelationStore.joinTable
          Table containing the link between owner and related object.
 

Methods in org.datanucleus.store.rdbms.scostore with parameters of type PersistableJoinTable
static int RDBMSPersistableRelationStore.populateOwnerInStatement(org.datanucleus.store.ObjectProvider sm, org.datanucleus.store.ExecutionContext ec, Object ps, int jdbcPosition, PersistableJoinTable joinTable)
          Convenience method to populate the passed PreparedStatement with the value from the owner.
 

Constructors in org.datanucleus.store.rdbms.scostore with parameters of type PersistableJoinTable
RDBMSPersistableRelationStore(org.datanucleus.metadata.AbstractMemberMetaData mmd, PersistableJoinTable joinTable, org.datanucleus.ClassLoaderResolver clr)
          Constructor for a persistable relation join store for RDBMS.
 



Copyright © 2012. All Rights Reserved.