Uses of Class
org.datanucleus.store.rdbms.table.PersistableJoinTable
-
Packages that use PersistableJoinTable Package Description 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 Modifier and Type Field Description protected PersistableJoinTable
JoinPersistableRelationStore. joinTable
Table containing the link between owner and related object.Methods in org.datanucleus.store.rdbms.scostore with parameters of type PersistableJoinTable Modifier and Type Method Description static int
JoinPersistableRelationStore. populateOwnerInStatement(org.datanucleus.state.DNStateManager sm, org.datanucleus.ExecutionContext ec, PreparedStatement 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 Constructor Description JoinPersistableRelationStore(org.datanucleus.metadata.AbstractMemberMetaData mmd, PersistableJoinTable joinTable, org.datanucleus.ClassLoaderResolver clr)
Constructor for a persistable relation join store for RDBMS.
-