com.triactive.jdo.store
Class HashSetMapping

java.lang.Object
  extended by com.triactive.jdo.store.Mapping
      extended by com.triactive.jdo.store.AbstractSetMapping
          extended by com.triactive.jdo.store.HashSetMapping
All Implemented Interfaces:
MappingCallbacks

public class HashSetMapping
extends AbstractSetMapping


Field Summary
 
Fields inherited from class com.triactive.jdo.store.AbstractSetMapping
absoluteFieldNumber, clearOnDelete, fieldName, fmd, ownerTable, setStore, setTable, storeMgr
 
Fields inherited from class com.triactive.jdo.store.Mapping
dba, type
 
Constructor Summary
HashSetMapping(ClassBaseTable table, int relativeFieldNumber)
           
HashSetMapping(DatabaseAdapter dba, java.lang.Class type)
           
 
Method Summary
protected  java.util.Set newSet(StateManager sm, java.lang.String fieldName)
           
 
Methods inherited from class com.triactive.jdo.store.AbstractSetMapping
equals, getColumn, getSetStore, getSQLInsertionValue, getSQLUpdateValue, hashCode, includeInSQLFetchStatement, newSQLExpression, newSQLExpression, newSQLLiteral, postFetch, postInsert, postUpdate, preDelete
 
Methods inherited from class com.triactive.jdo.store.Mapping
failureMessage, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getObject, getShort, getString, getType, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setObject, setShort, setString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashSetMapping

public HashSetMapping(DatabaseAdapter dba,
                      java.lang.Class type)

HashSetMapping

public HashSetMapping(ClassBaseTable table,
                      int relativeFieldNumber)
Method Detail

newSet

protected java.util.Set newSet(StateManager sm,
                               java.lang.String fieldName)
Specified by:
newSet in class AbstractSetMapping


Copyright ? 2001 TriActive, Inc. All Rights Reserved.