|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.triactive.jdo.store.Mapping
com.triactive.jdo.store.AbstractSetMapping
com.triactive.jdo.store.HashSetMapping
public class HashSetMapping
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 |
---|
public HashSetMapping(DatabaseAdapter dba, java.lang.Class type)
public HashSetMapping(ClassBaseTable table, int relativeFieldNumber)
Method Detail |
---|
protected java.util.Set newSet(StateManager sm, java.lang.String fieldName)
newSet
in class AbstractSetMapping
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |