|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinTable | |
|---|---|
| org.datanucleus.store.rdbms.scostore | This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus. |
| org.datanucleus.store.rdbms.table | Provides the internal DataNucleus definition of a table/view and its columns. |
| Uses of JoinTable in org.datanucleus.store.rdbms.scostore |
|---|
| Methods in org.datanucleus.store.rdbms.scostore with parameters of type JoinTable | |
|---|---|
static int |
BackingStoreHelper.populateEmbeddedKeyFieldsInStatement(org.datanucleus.store.ObjectProvider sm,
Object key,
PreparedStatement ps,
int jdbcPosition,
JoinTable joinTable,
AbstractMapStore mapStore)
Convenience method to populate the passed PreparedStatement with the field values from the embedded map key starting at the specified jdbc position. |
static int |
BackingStoreHelper.populateEmbeddedValueFieldsInStatement(org.datanucleus.store.ObjectProvider sm,
Object value,
PreparedStatement ps,
int jdbcPosition,
JoinTable joinTable,
AbstractMapStore mapStore)
Convenience method to populate the passed PreparedStatement with the field values from the embedded map value starting at the specified jdbc position. |
| Uses of JoinTable in org.datanucleus.store.rdbms.table |
|---|
| Subclasses of JoinTable in org.datanucleus.store.rdbms.table | |
|---|---|
class |
ArrayTable
Representation of a join table for an array. |
class |
CollectionTable
Representation of a join table for a Collection. |
class |
ElementContainerTable
Representation of a join table for a container of elements. |
class |
MapTable
Representation of a join table for a Map. |
class |
PersistableJoinTable
Representation of a join table for the case where we have an N-1 unidirectional relation stored in a join table. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||