| Package | Description |
|---|---|
| org.teasoft.bee.mongodb |
Function about Mongodb.
|
| org.teasoft.bee.mvc.service |
Interface and class about service layer.
|
| org.teasoft.bee.osql.api |
The main and most commonly used API interfaces.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MongodbRawSql
Interface support Mongo Shell Query Language(Shell command).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjSQLRichService
Default common object rich SQLService.
|
interface |
ObjSQLService
Default common object SQLService.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjSQLAbstractServiceImpl
Default common abstract object SQLService implement class.
|
class |
ObjSQLRichAbstractServiceImpl
Default common abstract object rich SQLService implement class.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapSuid
Database operation interface using map instead of specific entity,
the null and empty string are not handled by default. |
interface |
MoreTable
More table select(multi-table query).
|
interface |
PreparedSql
Support sql string with placeholder.The sql statement is really DB's grammar,not object oriented type.
|
interface |
Suid
Database operation: Suid (select,update,insert,delete),
the null and empty string are not handled by default.
|
interface |
SuidRich
Database operation: Suid (select,update,insert,delete),
it supports more parameters than Suid.
|
Copyright © 2023. All rights reserved.