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 ComponentInfo[] |
ElementContainerStore.elementInfo
Information for the elements of this container.
|
Modifier and Type | Method and Description |
---|---|
protected ComponentInfo |
ElementContainerStore.getComponentInfoForElement(Object element) |
protected ComponentInfo[] |
BaseContainerStore.getComponentInformationForClass(String componentType,
org.datanucleus.metadata.AbstractClassMetaData componentCmd)
Convenience method to find the element information relating to the element type.
|
Modifier and Type | Method and Description |
---|---|
protected String |
FKSetStore.getClearNullifyStmt(ComponentInfo info)
Generates the statement for clearing items by nulling the owner link out.
|
static int |
BackingStoreHelper.populateElementDiscriminatorInStatement(org.datanucleus.ExecutionContext ec,
PreparedStatement ps,
int jdbcPosition,
boolean includeSubclasses,
ComponentInfo info,
org.datanucleus.ClassLoaderResolver clr)
Convenience method to populate the passed PreparedStatement with the value from the element
discriminator, optionally including all subclasses of the element type.
|
Copyright © 2019. All rights reserved.