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.
|
org.datanucleus.store.rdbms.table |
Provides the internal DataNucleus definition of a table/view and its columns.
|
Modifier and Type | Method and Description |
---|---|
static int |
BackingStoreHelper.populateEmbeddedKeyFieldsInStatement(org.datanucleus.state.ObjectProvider op,
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.state.ObjectProvider op,
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2015. All rights reserved.