com.triactive.jdo.sco
Class SCOProcessor.HashSetProcessor
java.lang.Object
com.triactive.jdo.sco.SCOProcessor
com.triactive.jdo.sco.SCOProcessor.SetProcessor
com.triactive.jdo.sco.SCOProcessor.HashSetProcessor
- Enclosing class:
- SCOProcessor
- public static class SCOProcessor.HashSetProcessor
- extends SCOProcessor.SetProcessor
The SCO processor for java.util.HashSet fields.
Method Summary |
SCO |
newSCOInstance(java.lang.Object owner,
java.lang.String fieldName,
java.lang.Object value)
Returns a new SCO instance. |
SCO |
newSCOInstance(java.lang.Object owner,
java.lang.String fieldName,
PersistentSet backing)
Returns a new SCO Set instance that is unloaded. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCOProcessor.HashSetProcessor
public SCOProcessor.HashSetProcessor()
newSCOInstance
public SCO newSCOInstance(java.lang.Object owner,
java.lang.String fieldName,
PersistentSet backing)
- Description copied from class:
SCOProcessor.SetProcessor
- Returns a new SCO Set instance that is unloaded.
The returned instance is owned by the specified owner but has
not been assigned to the corresponding field.
Initially, the contents of the set are not necessarily loaded in
memory. Its contents are partially or fully loaded from the backing
store in response to application method calls on the set.
- Specified by:
newSCOInstance
in class SCOProcessor.SetProcessor
- Parameters:
owner
- The first-class object that will own the new second-class object.fieldName
- The name of the field in the owning object.backing
- The backing store for the set.
- Returns:
- A new SCO instance.
newSCOInstance
public SCO newSCOInstance(java.lang.Object owner,
java.lang.String fieldName,
java.lang.Object value)
- Description copied from class:
SCOProcessor
- Returns a new SCO instance.
The returned instance is owned by the specified owner but has
not been assigned to the corresponding field.
- Specified by:
newSCOInstance
in class SCOProcessor
- Parameters:
owner
- The first-class object that will own the new second-class object.fieldName
- The name of the field in the owning object.value
- The initial value of the new object.
- Returns:
- A new SCO instance.
Copyright © 2001-2007 The TJDO Project All Rights Reserved.