Berkeley DB Java Edition
version 3.3.98

Uses of Class
com.sleepycat.je.SecondaryConfig

Packages that use SecondaryConfig
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
com.sleepycat.je.jca.ra Support for the Java Connector Architecture, which provides a standard for connecting the J2EE platform to legacy enterprise information systems (EIS), such as ERP systems, database systems, and legacy applications not written in Java. 
com.sleepycat.persist The Direct Persistence Layer (DPL) adds a persistent object model to the Berkeley DB transactional engine. 
 

Uses of SecondaryConfig in com.sleepycat.je
 

Fields in com.sleepycat.je declared as SecondaryConfig
static SecondaryConfig SecondaryConfig.DEFAULT
           
 

Methods in com.sleepycat.je that return SecondaryConfig
 SecondaryConfig SecondaryDatabase.getPrivateSecondaryConfig()
          Returns the secondary config without cloning, for internal use.
 SecondaryConfig SecondaryDatabase.getSecondaryConfig()
          Returns a copy of the secondary configuration of this database.
 

Methods in com.sleepycat.je with parameters of type SecondaryConfig
 SecondaryDatabase Environment.openSecondaryDatabase(Transaction txn, String databaseName, Database primaryDatabase, SecondaryConfig dbConfig)
          Opens and optionally creates a SecondaryDatabase.
 

Uses of SecondaryConfig in com.sleepycat.je.jca.ra
 

Methods in com.sleepycat.je.jca.ra with parameters of type SecondaryConfig
 SecondaryDatabase JEConnection.openSecondaryDatabase(String name, Database primaryDatabase, SecondaryConfig config)
           
 

Uses of SecondaryConfig in com.sleepycat.persist
 

Methods in com.sleepycat.persist that return SecondaryConfig
 SecondaryConfig EntityStore.getSecondaryConfig(Class entityClass, String keyName)
          Returns the default secondary database Berkeley DB engine API configuration for an entity class and key name.
 

Methods in com.sleepycat.persist with parameters of type SecondaryConfig
 void EntityStore.setSecondaryConfig(Class entityClass, String keyName, SecondaryConfig config)
          Configures a secondary database for an entity class and key name using the Berkeley DB engine API.
 


Berkeley DB Java Edition
version 3.3.98

Copyright (c) 2004,2008 Oracle. All rights reserved.