| 类和说明 |
|---|
| AbstractPersistence
The class provides abstracted method of SQL construction.
|
| AbstractQuery
The class provides the default implementations of structure of SQL
|
| ConnectionFactory
A factory for creating the
Connection of database, it is necessary
for ObjectiveSql in runtime. |
| Databases.Benchmarkable |
| Databases.DatabaseInvoke
Represents a logic of data process, it will provide the connection and sql
executor of database, and the concrete logic will be ignored the behavior
about connection.
|
| Databases.TransactionalExecutor
Represents logic will be executed in the transaction(There's only one
connection of database)
|
| DatabaseType
The definition for ObjectiveSql supporting
|
| DomainModelDescriptor
It describes that a
DomainModel can be adapted to ObjectiveSql。 |
| DynamicModel |
| FieldValue |
| ForcedFieldValueConverter
The class is used for converting the field value from various raw value.
|
| Logger |
| LoggerFactory |
| Persistence |
| PersistenceException |
| PersistenceFactory |
| Query
A programmable structure for SQL statement.
|
| QueryFactory
A abstract factory for creating the Query
|
| Quoter |
| SQLExecutor
This class is a extension point for ObjectiveSql, who will be customized
for different JDBC programming.
|
| TableRowAdapter
Describes the Java Bean which maps a row in the table, and it
|
| Validator |
| Validator.Violation |
| 类和说明 |
|---|
| ForcedFieldValueConverter
The class is used for converting the field value from various raw value.
|
| 类和说明 |
|---|
| DomainModelDescriptor
It describes that a
DomainModel can be adapted to ObjectiveSql。 |
| 类和说明 |
|---|
| DatabaseType
The definition for ObjectiveSql supporting
|
| 类和说明 |
|---|
| FieldValue |
| TableRowAdapter
Describes the Java Bean which maps a row in the table, and it
|
Copyright © 2020 com.github.braisdom. All rights reserved.