| Package | Description |
|---|---|
| org.b3log.latke.repository.jdbc | |
| org.b3log.latke.repository.jdbc.mapping |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Mapping> |
AbstractJdbcDatabaseSolution.getJdbcTypeMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJdbcDatabaseSolution.registerType(String type,
Mapping mapping)
register type to mapping solution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanMapping
Boolean data type mapping.
|
class |
DateMapping
Date type mapping.
|
class |
IntMapping
IntMapping.
|
class |
LongMapping
Long type mapping.
|
class |
NumberMapping
NumberMapping.
|
class |
StringMapping
String mapping.
|
Copyright © 2009–2019 B3log. All rights reserved.