|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElementContainerStore | |
|---|---|
| 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 ElementContainerStore in org.datanucleus.store.rdbms.scostore |
|---|
| Subclasses of ElementContainerStore in org.datanucleus.store.rdbms.scostore | |
|---|---|
class |
AbstractArrayStore
Abstract representation of the backing store for an array. |
class |
AbstractCollectionStore
Abstract representation of a store of a Collection. |
class |
AbstractListStore
Abstract representation of a backing store for a List. |
class |
AbstractSetStore
Abstract representation of the backing store for a Set/Collection. |
class |
RDBMSFKArrayStore
RDBMS-specific implementation of an FK ArrayStore. |
class |
RDBMSFKListStore
RDBMS-specific implementation of an ListStore using foreign keys. |
class |
RDBMSFKSetStore
RDBMS-specific implementation of an SetStore using foreign keys. |
class |
RDBMSJoinArrayStore
RDBMS-specific implementation of a Join ArrayStore |
class |
RDBMSJoinListStore
RDBMS-specific implementation of a ListStore using join table. |
class |
RDBMSJoinSetStore
RDBMS-specific implementation of a SetStore using join table. |
| Methods in org.datanucleus.store.rdbms.scostore with parameters of type ElementContainerStore | |
|---|---|
static int |
BackingStoreHelper.populateRelationDiscriminatorInStatement(org.datanucleus.store.ExecutionContext ec,
PreparedStatement ps,
int jdbcPosition,
ElementContainerStore ecs)
Convenience method to populate the passed PreparedStatement with the value for the distinguisher value. |
| Constructors in org.datanucleus.store.rdbms.scostore with parameters of type ElementContainerStore | |
|---|---|
ArrayStoreIterator(org.datanucleus.store.ObjectProvider sm,
Object rs,
org.datanucleus.store.query.ResultObjectFactory rof,
ElementContainerStore backingStore)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||