public class NoConverterType extends Object implements Convertible<Object,Object>
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
getColumnType() |
static Convertible<Object,Object> |
getInstance() |
Class<Object> |
getType() |
Object |
toAttribute(Object jdbc)
Convert the jdbc value to attribute format or type
|
Object |
toJdbc(Object attribute)
Convert attribute to jdbc format or type
|
public static Convertible<Object,Object> getInstance()
public Object toJdbc(Object attribute)
ConvertibletoJdbc in interface Convertible<Object,Object>attribute - the value of to be convertedpublic Object toAttribute(Object jdbc)
ConvertibletoAttribute in interface Convertible<Object,Object>jdbc - the value stored at databasepublic Class<Object> getType()
getType in interface Convertible<Object,Object>public ColumnType getColumnType()
getColumnType in interface Convertible<Object,Object>Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.