|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.objectweb.speedo.lib.SqlTimestampFieldMapping
| Constructor Summary | |
|---|---|
SqlTimestampFieldMapping()
|
|
| Method Summary | |
|---|---|
java.lang.Class |
getMemoryType()
Retrieves the java type corresponding to the type in memory. |
java.lang.Class |
getStorageType()
Retrieves the java type corresponding to the type into the data support. |
java.lang.Object |
toMemory(java.lang.Object storagevalue)
Converts a value from the data support into a value in memory |
java.lang.Object |
toStorage(java.lang.Object memoryvalue)
Converts a value from the data support into a value in memory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SqlTimestampFieldMapping()
| Method Detail |
public java.lang.Class getStorageType()
getStorageType in interface UserFieldMappingpublic java.lang.Class getMemoryType()
getMemoryType in interface UserFieldMappingpublic java.lang.Object toMemory(java.lang.Object storagevalue)
toMemory in interface UserFieldMappingstoragevalue - is the value store in the support (can be null).
public java.lang.Object toStorage(java.lang.Object memoryvalue)
toStorage in interface UserFieldMappingmemoryvalue - the value in memory (can be null).
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||