Package | Description |
---|---|
org.exolab.castor.jdo.engine |
Implementation of the Castor JDO engine.
|
org.exolab.castor.persist |
The Castor persistence engine handles object persistence, object
caching, transaction concurrency and locking.
|
org.exolab.castor.persist.spi |
Defines the interfaces for persistence engine service providers.
|
Modifier and Type | Method and Description |
---|---|
SQLRelationLoader |
SQLEngine.createSQLRelationLoader(String manyTable,
String[] idSQL,
int[] idType,
TypeConvertor[] idTo,
TypeConvertor[] idFrom,
String[] relatedIdSQL,
int[] relatedIdType,
TypeConvertor[] ridTo,
TypeConvertor[] ridFrom) |
Modifier and Type | Method and Description |
---|---|
SQLRelationLoader |
FieldMolder.getRelationLoader() |
Constructor and Description |
---|
FieldMolder(DatingService ds,
ClassMolder eMold,
FieldDescriptor fieldDescriptor,
SQLRelationLoader loader)
Creates a single field descriptor.
|
Modifier and Type | Method and Description |
---|---|
SQLRelationLoader |
Persistence.createSQLRelationLoader(String manyTable,
String[] idSQL,
int[] idType,
TypeConvertor[] idTo,
TypeConvertor[] idFrom,
String[] relatedIdSQL,
int[] relatedIdType,
TypeConvertor[] ridTo,
TypeConvertor[] ridFrom) |
Copyright © 2018. All rights reserved.