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.
|
Modifier and Type | Field and Description |
---|---|
protected PersistableJoinTable |
JoinPersistableRelationStore.joinTable
Table containing the link between owner and related object.
|
Modifier and Type | Method and Description |
---|---|
static int |
JoinPersistableRelationStore.populateOwnerInStatement(org.datanucleus.state.ObjectProvider sm,
org.datanucleus.ExecutionContext ec,
PreparedStatement ps,
int jdbcPosition,
PersistableJoinTable joinTable)
Convenience method to populate the passed PreparedStatement with the value from the owner.
|
Constructor and Description |
---|
JoinPersistableRelationStore(org.datanucleus.metadata.AbstractMemberMetaData mmd,
PersistableJoinTable joinTable,
org.datanucleus.ClassLoaderResolver clr)
Constructor for a persistable relation join store for RDBMS.
|
Copyright © 2015. All rights reserved.