|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.triactive.jdo.sco.SCOProcessor
com.triactive.jdo.sco.SCOProcessor.SqlTimestampProcessor
public static class SCOProcessor.SqlTimestampProcessor
The SCO processor for java.sql.Timestamp fields.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.triactive.jdo.sco.SCOProcessor |
|---|
SCOProcessor.DateProcessor, SCOProcessor.HashMapProcessor, SCOProcessor.HashSetProcessor, SCOProcessor.HashtableProcessor, SCOProcessor.MapProcessor, SCOProcessor.SetProcessor, SCOProcessor.SqlDateProcessor, SCOProcessor.SqlTimestampProcessor |
| Constructor Summary | |
|---|---|
SCOProcessor.SqlTimestampProcessor()
|
|
| Method Summary | |
|---|---|
SCO |
newSCOInstance(java.lang.Object owner,
java.lang.String fieldName,
java.lang.Object value)
Returns a new SCO instance. |
| Methods inherited from class com.triactive.jdo.sco.SCOProcessor |
|---|
forFieldType, isSecondClassMutableType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SCOProcessor.SqlTimestampProcessor()
| Method Detail |
|---|
public SCO newSCOInstance(java.lang.Object owner,
java.lang.String fieldName,
java.lang.Object value)
SCOProcessor
newSCOInstance in class SCOProcessorowner - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||