| 程序包 | 说明 |
|---|---|
| com.github.braisdom.objsql | |
| com.github.braisdom.objsql.relation | |
| com.github.braisdom.objsql.sql | |
| com.github.braisdom.objsql.transition |
| 类和说明 |
|---|
| 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 , 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。 |
| Logger |
| LoggerFactory |
| Persistence |
| PersistenceException |
| PersistenceFactory |
| Query
A programmable structure for SQL statement.
|
| QueryFactory
A abstract factory for creating the Query
|
| Quoter |
| SQLExecutor |
| ValidationException |
| Validator |
| Validator.Violation |
| 类和说明 |
|---|
| DomainModelDescriptor
It describes that a
DomainModel can be adapted to ObjectiveSql。 |
| 类和说明 |
|---|
| DatabaseType
The definition for ObjectiveSql supporting
|
| 类和说明 |
|---|
| DomainModelDescriptor
It describes that a
DomainModel can be adapted to ObjectiveSql。 |
Copyright © 2020 com.github.braisdom. All rights reserved.