Uses of Class
org.datanucleus.store.rdbms.table.PersistableJoinTable
Packages that use PersistableJoinTable
Package
Description
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 PersistableJoinTableModifier and TypeFieldDescriptionprotected PersistableJoinTable
JoinPersistableRelationStore.joinTable
Table containing the link between owner and related object.Methods in org.datanucleus.store.rdbms.scostore with parameters of type PersistableJoinTableModifier and TypeMethodDescriptionstatic 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 PersistableJoinTableModifierConstructorDescriptionJoinPersistableRelationStore
(org.datanucleus.metadata.AbstractMemberMetaData mmd, PersistableJoinTable joinTable, org.datanucleus.ClassLoaderResolver clr) Constructor for a persistable relation join store for RDBMS.