public class SecondaryConfig extends DatabaseConfig
Modifier and Type | Field and Description |
---|---|
static SecondaryConfig |
DEFAULT |
Constructor and Description |
---|
SecondaryConfig()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ForeignMultiKeyNullifier |
getForeignMultiKeyNullifier()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
boolean |
getImmutableSecondaryKey()
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.
|
SecondaryMultiKeyCreator |
getMultiKeyCreator()
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 |
setForeignMultiKeyNullifier(ForeignMultiKeyNullifier foreignMultiKeyNullifier)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setImmutableSecondaryKey(boolean immutableSecondaryKey)
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.
|
void |
setMultiKeyCreator(SecondaryMultiKeyCreator multiKeyCreator)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
cloneConfig, getAllowCreate, getBtreeComparator, getBtreeComparatorByClassName, getDeferredWrite, getDuplicateComparator, getDuplicateComparatorByClassName, getExclusiveCreate, getNodeMaxDupTreeEntries, getNodeMaxEntries, getOverrideBtreeComparator, getOverrideDuplicateComparator, getReadOnly, getSortedDuplicates, getTransactional, setAllowCreate, setBtreeComparator, setBtreeComparator, setDeferredWrite, setDuplicateComparator, setDuplicateComparator, setExclusiveCreate, setNodeMaxDupTreeEntries, setNodeMaxEntries, setOverrideBtreeComparator, setOverrideDuplicateComparator, setReadOnly, setSortedDuplicates, setTransactional
public static final SecondaryConfig DEFAULT
public SecondaryConfig()
public void setKeyCreator(SecondaryKeyCreator keyCreator)
public SecondaryKeyCreator getKeyCreator()
public void setMultiKeyCreator(SecondaryMultiKeyCreator multiKeyCreator)
public SecondaryMultiKeyCreator getMultiKeyCreator()
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()
public void setForeignMultiKeyNullifier(ForeignMultiKeyNullifier foreignMultiKeyNullifier)
public ForeignMultiKeyNullifier getForeignMultiKeyNullifier()
public void setImmutableSecondaryKey(boolean immutableSecondaryKey)
public boolean getImmutableSecondaryKey()