|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.clazzes.jdbc2xml.serialization.SerializationHandlerFactory
org.clazzes.jdbc2xml.serialization.impl.SerializationHandlerFactoryImpl
public class SerializationHandlerFactoryImpl
The default SerializationHandlerFactory implementation.
| Constructor Summary | |
|---|---|
SerializationHandlerFactoryImpl()
|
|
| Method Summary | |
|---|---|
SerializationHandler |
newSerializationHandler(ColumnInfo ci,
java.util.TimeZone timeZone)
Return SerializationHandler instance for the given column type. |
| Methods inherited from class org.clazzes.jdbc2xml.serialization.SerializationHandlerFactory |
|---|
newInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerializationHandlerFactoryImpl()
| Method Detail |
|---|
public SerializationHandler newSerializationHandler(ColumnInfo ci,
java.util.TimeZone timeZone)
SerializationHandlerFactorySerializationHandler instance for the given column type.
newSerializationHandler in class SerializationHandlerFactoryci - The column information for the column to be serialized.timeZone - The time zone used to parse date values, if the database provides
no time zone information.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||