| Package | Description |
|---|---|
| org.teasoft.bee.osql |
Function about Object SQL.
|
| org.teasoft.bee.osql.service |
Interface and class about service layer.
|
| 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.
|
| 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.
|
Copyright © 2023. All rights reserved.