| 类和说明 |
|---|
| 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 logics of databasce API will be executed in the transaction(There's only one
connection of database)
|
| DatabaseType
The definitions of database for ObjectiveSql supporting
|
| DomainModelDescriptor
It describes that a
DomainModel can be adapted to ObjectiveSql。 |
| DynamicModel |
| FieldValue |
| Logger
It defines a extension pointer for various Log framework, such as Slf4J, Log4F, etc,
Application system should implement it and fill the log logic.
|
| LoggerFactory
An abstract factory for creating Logger
|
| 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 |
| 类和说明 |
|---|
| DatabaseType
The definitions of database for ObjectiveSql supporting
|
| DomainModelDescriptor
It describes that a
DomainModel can be adapted to ObjectiveSql。 |
| 类和说明 |
|---|
| DomainModelDescriptor
It describes that a
DomainModel can be adapted to ObjectiveSql。 |
| 类和说明 |
|---|
| DomainModelDescriptor
It describes that a
DomainModel can be adapted to ObjectiveSql。 |
| 类和说明 |
|---|
| DatabaseType
The definitions of database for ObjectiveSql supporting
|
| DomainModelDescriptor
It describes that a
DomainModel can be adapted to ObjectiveSql。 |
| 类和说明 |
|---|
| FieldValue |
| TableRowAdapter
Describes the Java Bean which maps a row in the table, and it
|
Copyright © 2020 com.github.braisdom. All rights reserved.