| 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 |
SuidRich
Database operation: Suid (select,update,insert,delete),
it supports more parameters than Suid.
|
| Modifier and Type | Method and Description |
|---|---|
Suid |
Suid.setDynamicParameter(String para,
String value)
set dynamic parameter for dynamic table & entity name
This method is called earlier than the select, update, insert, delete methods. |
| 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 | Method and Description |
|---|---|
abstract Suid |
ObjSQLAbstractServiceImpl.getSuid() |
Suid |
ObjSQLAbstractServiceImpl.setDynamicParameter(String para,
String value) |
Copyright © 2023. All rights reserved.