| Package | Description |
|---|---|
| org.ujorm.orm |
The ORM support.
|
| org.ujorm.orm.metaModel |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeService
A type service for popular Java types and more.
|
| Modifier and Type | Field and Description |
|---|---|
static Key<MetaColumn,Class<? extends ITypeService>> |
MetaColumn.CONVERTER
Convert, save and read application data from/to the database
|
static Key<MetaParams,Class<? extends ITypeService>> |
MetaParams.TYPE_SERVICE
The instance of the parameter class
ITypeService is used for conversion, reading and writting to/from the ResultSet. |
| Modifier and Type | Method and Description |
|---|---|
<T extends ITypeService> |
MetaParams.getConverter(Class<T> converterClass)
Returns a converter instance.
|
| Modifier and Type | Method and Description |
|---|---|
ITypeService |
MetaColumn.getConverter()
Returna not null converter
|
| Constructor and Description |
|---|
MetaColumn(ITypeService converter) |
Copyright 2013, Pavel Ponec