Package | Description |
---|---|
sirius.db.jdbc |
Support layer for using JDBC (accessing SQL Databases).
|
Modifier and Type | Method and Description |
---|---|
<E extends SQLEntity> |
OMA.transform(Class<E> type,
SQLQuery qry)
Transforms a plain
SQLQuery to directly return entities of the given type. |
<E extends SQLEntity> |
OMA.transform(Class<E> type,
String alias,
SQLQuery qry)
Same as
OMA.transform(Class, SQLQuery) but with support for aliased columns. |
Copyright © 2018. All rights reserved.