Package | Description |
---|---|
org.javalite.activejdbc |
ActiveJDBC - the agile Java ORM.
|
org.javalite.activejdbc.conversion |
Classes to manage data conversions, se Data conversions
|
Modifier and Type | Method and Description |
---|---|
static void |
ModelDelegate.convertWith(Class<? extends Model> clazz,
Converter converter,
String... attributeNames) |
protected static void |
Model.convertWith(Converter converter,
String... attributeNames)
Registers a custom converter for the specified attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
BlankToNullConverter
Converts instances of String that are empty or contain only whitespaces to null.
|
class |
ConverterAdapter<S,T>
Converts instances of S to T.
|
class |
DateToStringConverter
|
class |
StringToSqlDateConverter
|
class |
StringToTimestampConverter
|
class |
ZeroToNullConverter
Converts instances of Number that are zero to null.
|
Copyright © 2019 JavaLite. All rights reserved.