| Package | Description |
|---|---|
| cz.datalite.dao.plsql | |
| cz.datalite.dao.plsql.helpers |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,FieldInfo> |
FieldMaps.generateFieldMaps(Class<?> entityClass)
Generování mapování
|
static Map<String,FieldInfo> |
FieldMaps.getFieldMaps(Class<?> entityClass)
Získání SQL pro převod vstupní struktury na PL/SQL strukturu
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FieldMaps.generateFieldMaps(Map<String,FieldInfo> result,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ObjectHelper.isDate(FieldInfo fieldInfo) |
static boolean |
ObjectHelper.isNumeric(FieldInfo fieldInfo) |
Copyright © 2017 DataLite. All rights reserved.