|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.DatabaseConfig
com.sleepycat.je.SecondaryConfig
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
(package private) static SecondaryConfig |
DEFAULT
|
Constructor Summary | |
SecondaryConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Method Summary | |
boolean |
getAllowPopulate()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Database |
getForeignKeyDatabase()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
ForeignKeyDeleteAction |
getForeignKeyDeleteAction()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
ForeignKeyNullifier |
getForeignKeyNullifier()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
SecondaryKeyCreator |
getKeyCreator()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setAllowPopulate(boolean allowPopulate)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setForeignKeyDatabase(Database foreignKeyDatabase)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setForeignKeyDeleteAction(ForeignKeyDeleteAction foreignKeyDeleteAction)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setForeignKeyNullifier(ForeignKeyNullifier foreignKeyNullifier)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setKeyCreator(SecondaryKeyCreator keyCreator)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static SecondaryConfig DEFAULT
Constructor Detail |
public SecondaryConfig()
Method Detail |
public void setKeyCreator(SecondaryKeyCreator keyCreator)
public SecondaryKeyCreator getKeyCreator()
public void setAllowPopulate(boolean allowPopulate)
public boolean getAllowPopulate()
public void setForeignKeyDatabase(Database foreignKeyDatabase)
public Database getForeignKeyDatabase()
public void setForeignKeyDeleteAction(ForeignKeyDeleteAction foreignKeyDeleteAction)
public ForeignKeyDeleteAction getForeignKeyDeleteAction()
public void setForeignKeyNullifier(ForeignKeyNullifier foreignKeyNullifier)
public ForeignKeyNullifier getForeignKeyNullifier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |