| Package | Description |
|---|---|
| pl.decerto.hyperon.persistence.dao |
| Modifier and Type | Method and Description |
|---|---|
TuplePropertyDef |
TupleDef.getProperty(int index) |
TuplePropertyDef |
TupleDef.getProperty(String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
List<TuplePropertyDef> |
TupleDef.getProperties()
all column mappings
|
Map<String,TuplePropertyDef> |
TupleDef.getPropertiesMap()
maps property name to mapping
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SQLUtils.expand(List<TuplePropertyDef> fields,
String suffix,
String separator)
expand to: ",col1,col2,...
|
static void |
SQLUtils.expand(StringBuilder sb,
List<TuplePropertyDef> fields,
String suffix,
String separator)
* expand to: ",col1,col2,...
|
| Constructor and Description |
|---|
TupleProperty(TuplePropertyDef def,
ValueHolder value) |
Copyright © 2021. All rights reserved.