Berkeley DB Java Edition
version 5.0.34

Uses of Interface
com.sleepycat.je.SecondaryMultiKeyCreator

Packages that use SecondaryMultiKeyCreator
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
 

Uses of SecondaryMultiKeyCreator in com.sleepycat.je
 

Methods in com.sleepycat.je that return SecondaryMultiKeyCreator
 SecondaryMultiKeyCreator SecondaryConfig.getMultiKeyCreator()
          Returns the user-supplied object used for creating multi-valued secondary keys.
 

Methods in com.sleepycat.je with parameters of type SecondaryMultiKeyCreator
 SecondaryConfig SecondaryConfig.setMultiKeyCreator(SecondaryMultiKeyCreator multiKeyCreator)
          Specifies the user-supplied object used for creating multi-valued secondary keys.
 


Berkeley DB Java Edition
version 5.0.34

Copyright (c) 2004-2011 Oracle. All rights reserved.