|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractProperties | |
|---|---|
| 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.cpa.test.framework | |
| org.castor.mapping | |
| org.castor.transactionmanager | Castor transaction manager factory. |
| org.castor.xml | |
| org.exolab.castor.xml.util | |
| Uses of AbstractProperties in org.castor.cache |
|---|
| Constructors in org.castor.cache with parameters of type AbstractProperties | |
|---|---|
CacheFactoryRegistry(AbstractProperties properties)
Construct an instance of CacheFactoryRegistry that uses given properties to get required configuration properties. |
|
| Uses of AbstractProperties in org.castor.core |
|---|
| Subclasses of AbstractProperties in org.castor.core | |
|---|---|
class |
CoreConfiguration
Deprecated. Use CoreProperties instead. |
class |
CoreProperties
Properties of core modul. |
| Uses of AbstractProperties in org.castor.core.util |
|---|
| Subclasses of AbstractProperties in org.castor.core.util | |
|---|---|
class |
CastorProperties
Properties class holding user properties. |
| Constructors in org.castor.core.util with parameters of type AbstractProperties | |
|---|---|
AbstractProperties(AbstractProperties parent)
Construct properties with given parent. |
|
CastorProperties(AbstractProperties parent)
Construct properties with given parent. |
|
| Uses of AbstractProperties in org.castor.cpa |
|---|
| Subclasses of AbstractProperties in org.castor.cpa | |
|---|---|
class |
CPAProperties
Properties of CPA modul. |
| Methods in org.castor.cpa that return AbstractProperties | |
|---|---|
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. |
| Constructors in org.castor.cpa with parameters of type AbstractProperties | |
|---|---|
CPAProperties(AbstractProperties parent)
Construct properties with given parent. |
|
| Uses of AbstractProperties in org.castor.cpa.persistence.convertor |
|---|
| Methods in org.castor.cpa.persistence.convertor with parameters of type AbstractProperties | |
|---|---|
void |
LongToCastorTime.configure(AbstractProperties properties)
Configure the converter with given configuration. |
void |
BooleanToShort.configure(AbstractProperties properties)
Configure the converter with given configuration. |
void |
BooleanToBigDecimal.configure(AbstractProperties properties)
Configure the converter with given configuration. |
void |
AbstractDateTypeConvertor.configure(AbstractProperties properties)
Configure the converter with given configuration. |
void |
AbstractLobTypeConvertor.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 |
BooleanToString.configure(AbstractProperties properties)
Configure the converter with given configuration. |
void |
BooleanToInteger.configure(AbstractProperties properties)
Configure the converter with given configuration. |
void |
TypeConvertor.configure(AbstractProperties properties)
Configure the converter with given configuration. |
| Constructors in org.castor.cpa.persistence.convertor with parameters of type AbstractProperties | |
|---|---|
TypeConvertorRegistry(AbstractProperties properties)
Create a new registry instance of type convertors. |
|
| Uses of AbstractProperties in org.castor.cpa.persistence.sql.keygen |
|---|
| Constructors in org.castor.cpa.persistence.sql.keygen with parameters of type AbstractProperties | |
|---|---|
KeyGeneratorFactoryRegistry(AbstractProperties properties)
Create a new registry instance of key generator factories. |
|
| Uses of AbstractProperties in org.castor.cpa.test.framework |
|---|
| Methods in org.castor.cpa.test.framework that return AbstractProperties | |
|---|---|
static AbstractProperties |
CPATestCase.getProperties()
|
| Uses of AbstractProperties in org.castor.mapping |
|---|
| Constructors in org.castor.mapping with parameters of type AbstractProperties | |
|---|---|
MappingLoaderRegistry(AbstractProperties properties)
Creates an instance of this registry, loading the mapping loader factories from the castor.properties file. |
|
| Uses of AbstractProperties in org.castor.transactionmanager |
|---|
| Constructors in org.castor.transactionmanager with parameters of type AbstractProperties | |
|---|---|
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. |
|
| Uses of AbstractProperties in org.castor.xml |
|---|
| Subclasses of AbstractProperties in org.castor.xml | |
|---|---|
class |
XMLConfiguration
Deprecated. Use XMLProperties instead. |
class |
XMLProperties
Properties of XML module. |
| Methods in org.castor.xml that return AbstractProperties | |
|---|---|
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. |
| Constructors in org.castor.xml with parameters of type AbstractProperties | |
|---|---|
XMLProperties(AbstractProperties parent)
Construct properties with given parent. |
|
| Uses of AbstractProperties in org.exolab.castor.xml.util |
|---|
| Methods in org.exolab.castor.xml.util with parameters of type AbstractProperties | |
|---|---|
static OutputFormat |
XMLParserUtils.getOutputFormat(AbstractProperties properties)
|
static Parser |
XMLParserUtils.getParser(AbstractProperties properties,
String features)
|
static Serializer |
XMLParserUtils.getSerializer(AbstractProperties properties)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||