com.bea.wlcp.wlng.api.storage.filter
Class IndexKeysFactory
java.lang.Object
com.bea.wlcp.wlng.api.storage.filter.IndexKeysFactory
- public class IndexKeysFactory
- extends Object
Index keys factory. Used to create combined index key instances that can be
used to lookup indexes in an index map of combined index keys.
- Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexKeysFactory
public IndexKeysFactory()
getIndexKeys
public static IndexKeys getIndexKeys(IndexKey[] indexKeys)
- Construct index keys object containing a combined index key.
- Parameters:
indexKeys - The index keys to combine.
- Returns:
- The index keys object that can be used to lookup indexes in
the index map.