org.cumulus4j.store.model
Class IndexEntryStringLong
java.lang.Object
   org.cumulus4j.store.model.IndexEntry
org.cumulus4j.store.model.IndexEntry
       org.cumulus4j.store.model.IndexEntryStringLong
org.cumulus4j.store.model.IndexEntryStringLong
- All Implemented Interfaces: 
- StoreCallback
- public class IndexEntryStringLong 
- extends IndexEntry
 Persistent index information for fields of type String being longer than 255 characters (e.g. CLOB).
 
- Author:
- Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de
 
 
| Methods inherited from class org.cumulus4j.store.model.IndexEntry | 
| equals, getClassMeta, getFieldMeta, getIndexEntryID, getIndexValue, getKeyID, getKeyStoreRefID, getPersistenceManager, hashCode, jdoPreStore, setClassMeta, setFieldMeta, setIndexValue, setKeyID, setKeyStoreRefID | 
 
 
IndexEntryStringLong
public IndexEntryStringLong()
getIndexKey
public String getIndexKey()
- Description copied from class: IndexEntry
- Get the value which is indexed by this instance. It serves as 2nd part of the unique key together
 with the property fieldMeta.
 
- 
- Specified by:
- getIndexKeyin class- IndexEntry
 
- 
- Returns:
- the key.
 
setIndexKey
protected void setIndexKey(Object indexKey)
- 
- Specified by:
- setIndexKeyin class- IndexEntry
 
- 
 
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.