public class ObjectToSQL extends Object implements org.teasoft.bee.osql.ObjToSQL
| Constructor and Description |
|---|
ObjectToSQL() |
| Modifier and Type | Method and Description |
|---|---|
<T> String |
toDeleteSQL(T entity) |
<T> String |
toDeleteSQL(T entity,
org.teasoft.bee.osql.api.Condition condition) |
<T> String |
toInsertSQL(T entity) |
<T> String |
toSelectSQL(T entity) |
<T> String |
toSelectSQL(T entity,
org.teasoft.bee.osql.api.Condition condition) |
<T> String |
toUpdateSQL(T entity) |
public <T> String toInsertSQL(T entity)
toInsertSQL in interface org.teasoft.bee.osql.ObjToSQLpublic <T> String toSelectSQL(T entity)
toSelectSQL in interface org.teasoft.bee.osql.ObjToSQLpublic <T> String toDeleteSQL(T entity)
toDeleteSQL in interface org.teasoft.bee.osql.ObjToSQLpublic <T> String toUpdateSQL(T entity)
toUpdateSQL in interface org.teasoft.bee.osql.ObjToSQLpublic <T> String toSelectSQL(T entity, org.teasoft.bee.osql.api.Condition condition)
toSelectSQL in interface org.teasoft.bee.osql.ObjToSQLpublic <T> String toDeleteSQL(T entity, org.teasoft.bee.osql.api.Condition condition)
toDeleteSQL in interface org.teasoft.bee.osql.ObjToSQLCopyright © 2024. All rights reserved.