public class HoneyFactory extends Object
| Constructor and Description |
|---|
HoneyFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.teasoft.bee.osql.BeeSql |
getBeeSql() |
org.teasoft.bee.osql.Cache |
getCache() |
org.teasoft.bee.osql.CallableSql |
getCallableSql() |
org.teasoft.bee.osql.Condition |
getCondition() |
org.teasoft.bee.osql.dialect.DbFeature |
getDbFeature() |
org.teasoft.bee.osql.interccept.InterceptorChain |
getInterceptorChain() |
org.teasoft.bee.osql.MapSql |
getMapSql() |
org.teasoft.bee.osql.MapSuid |
getMapSuid() |
org.teasoft.bee.osql.MoreObjToSQL |
getMoreObjToSQL() |
org.teasoft.bee.osql.MoreTable |
getMoreTable() |
org.teasoft.bee.osql.ObjToSQL |
getObjToSQL() |
org.teasoft.bee.osql.ObjToSQLRich |
getObjToSQLRich() |
org.teasoft.bee.osql.PreparedSql |
getPreparedSql() |
org.teasoft.bee.osql.Suid |
getSuid() |
org.teasoft.bee.osql.SuidRich |
getSuidRich() |
void |
setBeeSql(org.teasoft.bee.osql.BeeSql beeSql) |
void |
setCache(org.teasoft.bee.osql.Cache cache) |
void |
setCallableSql(org.teasoft.bee.osql.CallableSql callableSql) |
void |
setCondition(org.teasoft.bee.osql.Condition condition) |
void |
setInterceptorChain(org.teasoft.bee.osql.interccept.InterceptorChain interceptorChain) |
void |
setMapSql(org.teasoft.bee.osql.MapSql mapSql) |
void |
setMapSuid(org.teasoft.bee.osql.MapSuid mapSuid) |
void |
setMoreObjToSQL(org.teasoft.bee.osql.MoreObjToSQL moreObjToSQL) |
void |
setMoreTable(org.teasoft.bee.osql.MoreTable moreTable) |
void |
setObjToSQL(org.teasoft.bee.osql.ObjToSQL objToSQL) |
void |
setObjToSQLRich(org.teasoft.bee.osql.ObjToSQLRich objToSQLRich) |
void |
setPreparedSql(org.teasoft.bee.osql.PreparedSql preparedSql) |
void |
setSuid(org.teasoft.bee.osql.Suid suid) |
void |
setSuidRich(org.teasoft.bee.osql.SuidRich suidRich) |
public org.teasoft.bee.osql.Suid getSuid()
public void setSuid(org.teasoft.bee.osql.Suid suid)
public org.teasoft.bee.osql.SuidRich getSuidRich()
public void setSuidRich(org.teasoft.bee.osql.SuidRich suidRich)
public org.teasoft.bee.osql.MoreTable getMoreTable()
public void setMoreTable(org.teasoft.bee.osql.MoreTable moreTable)
public org.teasoft.bee.osql.BeeSql getBeeSql()
public void setBeeSql(org.teasoft.bee.osql.BeeSql beeSql)
public org.teasoft.bee.osql.ObjToSQL getObjToSQL()
public void setObjToSQL(org.teasoft.bee.osql.ObjToSQL objToSQL)
public org.teasoft.bee.osql.ObjToSQLRich getObjToSQLRich()
public void setObjToSQLRich(org.teasoft.bee.osql.ObjToSQLRich objToSQLRich)
public org.teasoft.bee.osql.MoreObjToSQL getMoreObjToSQL()
public void setMoreObjToSQL(org.teasoft.bee.osql.MoreObjToSQL moreObjToSQL)
public org.teasoft.bee.osql.PreparedSql getPreparedSql()
public void setPreparedSql(org.teasoft.bee.osql.PreparedSql preparedSql)
public org.teasoft.bee.osql.CallableSql getCallableSql()
public void setCallableSql(org.teasoft.bee.osql.CallableSql callableSql)
public org.teasoft.bee.osql.Condition getCondition()
public void setCondition(org.teasoft.bee.osql.Condition condition)
public org.teasoft.bee.osql.MapSql getMapSql()
public void setMapSql(org.teasoft.bee.osql.MapSql mapSql)
public org.teasoft.bee.osql.MapSuid getMapSuid()
public void setMapSuid(org.teasoft.bee.osql.MapSuid mapSuid)
public org.teasoft.bee.osql.Cache getCache()
public void setCache(org.teasoft.bee.osql.Cache cache)
public org.teasoft.bee.osql.dialect.DbFeature getDbFeature()
public org.teasoft.bee.osql.interccept.InterceptorChain getInterceptorChain()
public void setInterceptorChain(org.teasoft.bee.osql.interccept.InterceptorChain interceptorChain)
Copyright © 2025. All rights reserved.