| Package | Description |
|---|---|
| org.castor.cache |
As explained in
org.exolab.castor.persist,
LockEngine implements a persistence engine
that caches objects in memory for performance reasons and thus eliminates the
number of operations against the persistence storage. |
| org.castor.core | |
| org.castor.core.util | |
| org.castor.cpa | |
| org.castor.cpa.persistence.convertor | |
| org.castor.cpa.persistence.sql.keygen | |
| org.castor.mapping | |
| org.castor.transactionmanager |
Castor transaction manager factory.
|
| org.castor.xml | |
| org.exolab.castor.xml.util |
| Constructor and Description |
|---|
CacheFactoryRegistry(AbstractProperties properties)
Construct an instance of CacheFactoryRegistry that uses given properties
to get required configuration properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoreConfiguration
Deprecated.
Use CoreProperties instead.
|
class |
CoreProperties
Properties of core modul.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CastorProperties
Properties class holding user properties.
|
| Constructor and Description |
|---|
AbstractProperties(AbstractProperties parent)
Construct properties with given parent.
|
CastorProperties(AbstractProperties parent)
Construct properties with given parent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CPAProperties
Properties of CPA modul.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractProperties |
CPAProperties.getInstance()
Deprecated.
Don't limit your applications flexibility by using static properties. Use
your own properties instance created with one of the newInstance() methods
instead.
|
static AbstractProperties |
CPAProperties.newInstance()
Factory method for a default CPA properties instance.
|
static AbstractProperties |
CPAProperties.newInstance(ClassLoader app,
ClassLoader domain)
Factory method for a CPA properties instance that uses the specified class loaders.
|
| Constructor and Description |
|---|
CPAProperties(AbstractProperties parent)
Construct properties with given parent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDateTypeConvertor.configure(AbstractProperties properties)
Configure the converter with given configuration.
|
void |
BooleanToBigDecimal.configure(AbstractProperties properties)
Configure the converter with given configuration.
|
void |
BooleanToInteger.configure(AbstractProperties properties)
Configure the converter with given configuration.
|
void |
AbstractLobTypeConvertor.configure(AbstractProperties properties)
Configure the converter with given configuration.
|
void |
BooleanToShort.configure(AbstractProperties properties)
Configure the converter with given configuration.
|
void |
TypeConvertor.configure(AbstractProperties properties)
Configure the converter with given configuration.
|
void |
BooleanToString.configure(AbstractProperties properties)
Configure the converter with given configuration.
|
void |
StringToBoolean.configure(AbstractProperties properties)
Configure the converter with given configuration.
|
void |
AbstractSimpleTypeConvertor.configure(AbstractProperties properties)
Configure the converter with given configuration.
|
void |
LongToCastorTime.configure(AbstractProperties properties)
Configure the converter with given configuration.
|
| Constructor and Description |
|---|
TypeConvertorRegistry(AbstractProperties properties)
Create a new registry instance of type convertors.
|
| Constructor and Description |
|---|
KeyGeneratorFactoryRegistry(AbstractProperties properties)
Create a new registry instance of key generator factories.
|
| Constructor and Description |
|---|
MappingLoaderRegistry(AbstractProperties properties)
Creates an instance of this registry, loading the mapping loader
factories from the castor.properties file.
|
| Constructor and Description |
|---|
TransactionManagerFactoryRegistry(AbstractProperties properties)
Construct an instance of TransactionManagerFactoryRegistry that loads the
TransactionManagerFactory implementations specified in the given
properties. |
TransactionManagerRegistry(AbstractProperties properties)
Construct an instance of TransactionManagerRegistry that uses given
LocalConfiguration to get required configuration properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLConfiguration
Deprecated.
Use XMLProperties instead.
|
class |
XMLProperties
Properties of XML module.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractProperties |
XMLProperties.newInstance()
Factory method for a default XML properties instance.
|
static AbstractProperties |
XMLProperties.newInstance(ClassLoader app,
ClassLoader domain)
Factory method for a XML properties instance that uses the specified class loaders.
|
| Constructor and Description |
|---|
XMLProperties(AbstractProperties parent)
Construct properties with given parent.
|
| Modifier and Type | Method and Description |
|---|---|
static OutputFormat |
XMLParserUtils.getOutputFormat(AbstractProperties properties) |
static Parser |
XMLParserUtils.getParser(AbstractProperties properties,
String features) |
static Serializer |
XMLParserUtils.getSerializer(AbstractProperties properties) |
Copyright © 2014. All rights reserved.