org.castor.util
Class ConfigKeys

java.lang.Object
  extended by org.castor.util.ConfigKeys

public final class ConfigKeys
extends java.lang.Object

Keys of all Castor configuration properties.

Since:
1.0.1
Version:
$Revision: 6907 $ $Date: 2006-04-08 08:58:10 -0600 (Sat, 08 Apr 2006) $
Author:
Ralf Joachim

Field Summary
static java.lang.String CACHE_FACTORIES
          Property listing all available org.castor.cache.Cache implementations (org.castor.cache.Factories).
static java.lang.String DEFAULT_TIMEZONE
          Property name of default timezone in castor.properties.
static java.lang.String INITIALIZE_AT_LOAD
          Property telling if database should be initialized when loading.
static java.lang.String KEYGENERATOR_FACTORIES
          Property listing all the available key genence factories.
static java.lang.String LOB_BUFFER_SIZE
          Property name of LOB buffer size in castor.properties.
static java.lang.String MAPPING_LOADER_FACTORIES
          Property listing all available MappingLoader implementations (org.castor.mapping.Loaders).
static java.lang.String PERSISTENCE_FACTORIES
          Property listing all the available persistence factories.
static java.lang.String TRANSACTION_MANAGER_FACTORIES
          Property listing all the available org.castor.transactionmanager.TransactionManagerFactory implementations (org.castor.transaction.TransactionManagerFactories).
static java.lang.String TRANSACTION_MANAGER_INIT
          Property telling if TransactionManager should be initialized at registration.
static java.lang.String TX_SYNCHRONIZABLE
          Property listing all the available org.exolab.castor.persist.TxSynchronizable implementations (org.exolab.castor.persit.TxSynchronizable).
static java.lang.String USE_JDBC_PROXIES
          Property specifying whether JDBC proxy classes should be used
static java.lang.String USE_JDBC30
          Property specifying whether JDBC 3.0-specific features should be used, such as e.g.
 
Constructor Summary
ConfigKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_FACTORIES

public static final java.lang.String CACHE_FACTORIES
Property listing all available org.castor.cache.Cache implementations (org.castor.cache.Factories).

See Also:
Constant Field Values

TRANSACTION_MANAGER_FACTORIES

public static final java.lang.String TRANSACTION_MANAGER_FACTORIES
Property listing all the available org.castor.transactionmanager.TransactionManagerFactory implementations (org.castor.transaction.TransactionManagerFactories).

See Also:
Constant Field Values

TRANSACTION_MANAGER_INIT

public static final java.lang.String TRANSACTION_MANAGER_INIT
Property telling if TransactionManager should be initialized at registration.

See Also:
Constant Field Values

INITIALIZE_AT_LOAD

public static final java.lang.String INITIALIZE_AT_LOAD
Property telling if database should be initialized when loading.

See Also:
Constant Field Values

DEFAULT_TIMEZONE

public static final java.lang.String DEFAULT_TIMEZONE
Property name of default timezone in castor.properties.

See Also:
Constant Field Values

KEYGENERATOR_FACTORIES

public static final java.lang.String KEYGENERATOR_FACTORIES
Property listing all the available key genence factories. (org.exolab.castor.jdo.keyGeneratorFactories).

See Also:
Constant Field Values

LOB_BUFFER_SIZE

public static final java.lang.String LOB_BUFFER_SIZE
Property name of LOB buffer size in castor.properties.

See Also:
Constant Field Values

PERSISTENCE_FACTORIES

public static final java.lang.String PERSISTENCE_FACTORIES
Property listing all the available persistence factories. (org.exolab.castor.jdo.engines).

See Also:
Constant Field Values

TX_SYNCHRONIZABLE

public static final java.lang.String TX_SYNCHRONIZABLE
Property listing all the available org.exolab.castor.persist.TxSynchronizable implementations (org.exolab.castor.persit.TxSynchronizable).

See Also:
Constant Field Values

USE_JDBC30

public static final java.lang.String USE_JDBC30
Property specifying whether JDBC 3.0-specific features should be used, such as e.g. the use of Statement.getGeneratedKeys()
org.castor.jdo.use.jdbc30

See Also:
Constant Field Values

USE_JDBC_PROXIES

public static final java.lang.String USE_JDBC_PROXIES
Property specifying whether JDBC proxy classes should be used
org.exolab.castor.persist.useProxies

See Also:
Constant Field Values

MAPPING_LOADER_FACTORIES

public static final java.lang.String MAPPING_LOADER_FACTORIES
Property listing all available MappingLoader implementations (org.castor.mapping.Loaders).

See Also:
Constant Field Values
Constructor Detail

ConfigKeys

public ConfigKeys()


Intalio Inc. (C) 1999-2007. All rights reserved http://www.intalio.com