Package | Description |
---|---|
sirius.db.jdbc |
Support layer for using JDBC (accessing SQL Databases).
|
sirius.db.jdbc.batch | |
sirius.db.jdbc.constraints | |
sirius.db.jdbc.schema | |
sirius.db.mixing | |
sirius.db.mixing.properties |
Class and Description |
---|
BaseSQLQuery
Abstract class to provide common functionality when executing a query and iterating over its result set.
|
Capability
Encapsulates functions or features which are not supported by all databases.
|
Database
Represents a database connection obtained via
Databases.get(String) . |
Databases
Provides a
DataSource which can be configured via the system
configuration. |
OMA
Provides the
mapper used to communicate with JDBC / SQL databases. |
Row
A small wrapper class to represent a result row.
|
SmartQuery
Provides a query DSL which is used to query
SQLEntity instances from the database. |
SmartQuery.Compiler
Represents the compiler which is used to generate SQL statements based on a
SmartQuery . |
SQLCall
Represents a flexible way of executing parameterized SQL calls without
thinking too much about resource management.
|
SQLEntity
Represents the base class for all entities which are managed via
OMA and stored in
a JDBC / SQL database. |
SQLEntityRef
Represents a reference from one entity to another.
|
SQLQuery
Represents a flexible way of executing parameterized SQL queries without
thinking too much about resource management.
|
TransformedQuery
A transformed query converts a plain
SQLQuery into one that returns entities rather than rows. |
TranslationState
Keeps track of the internal JOIN and column translation state of a
SmartQuery.Compiler . |
Class and Description |
---|
BaseSQLQuery
Abstract class to provide common functionality when executing a query and iterating over its result set.
|
OMA
Provides the
mapper used to communicate with JDBC / SQL databases. |
Row
A small wrapper class to represent a result row.
|
SQLEntity
Represents the base class for all entities which are managed via
OMA and stored in
a JDBC / SQL database. |
Class and Description |
---|
SmartQuery.Compiler
Represents the compiler which is used to generate SQL statements based on a
SmartQuery . |
SQLEntity
Represents the base class for all entities which are managed via
OMA and stored in
a JDBC / SQL database. |
Class and Description |
---|
Database
Represents a database connection obtained via
Databases.get(String) . |
Class and Description |
---|
OMA
Provides the
mapper used to communicate with JDBC / SQL databases. |
Class and Description |
---|
SQLEntity
Represents the base class for all entities which are managed via
OMA and stored in
a JDBC / SQL database. |
Copyright © 2018. All rights reserved.