Skip navigation links
A B C D E F G I J L M O P R S T U V W 

G

generate(SessionImplementor, Object) - Method in class bap.core.domain.CustomIdGenerator
 
generateGroupHqlStr(Class<?>, String, String, String, String) - Static method in class bap.core.ct.CTProcesser
功能描述:通过搜索、分组、排序、聚合、排序的条件字符串,生成分组对应的hql语句
generateGroupHqlStr(String, String, String, String, String) - Static method in class bap.core.ct.CTProcesser
功能描述:通过搜索、分组、排序、聚合、排序的条件字符串,生成分组对应的hql语句
generateGroupHqlStr(String, Map<String, String>, String, String) - Static method in class bap.core.ct.CTProcesser
功能描述:生成分组对应的hql语句
generateInitWhere4LogicDel(String) - Static method in class bap.core.ct.CTProcesser
功能描述: 生成逻辑删除对应的初始化查询语句
generateRequestHtml() - Static method in class bap.core.ct.CTProcesser
功能描述: 专用于动态页面在分页的ajax取得列表数据时,可以获得页面加载时request中用户存放的属性
generateStatisticsHqlStr(String, List<StatisticsInfo>) - Static method in class bap.core.ct.CTProcesser
功能描述: 生成取得统计项数据的hql语句
get(Class<T>, Serializable) - Method in class bap.core.dao.SimpleBaseDao
session.get方式取得对象
getApplicationContext() - Static method in class bap.core.config.util.spring.SpringContextHolder
取得存储在静态变量中的ApplicationContext.
getBaseDao() - Method in class bap.core.controller.BaseController
 
getBaseDao() - Method in class bap.core.service.BaseService
 
getBean(String) - Static method in class bap.core.config.util.spring.SpringContextHolder
从静态变量ApplicationContext中取得Bean, 自动转型为所赋值对象的类型.
getBean(Class<T>) - Static method in class bap.core.config.util.spring.SpringContextHolder
从静态变量ApplicationContext中取得Bean, 自动转型为所赋值对象的类型.
getBeansOfType(Class<T>) - Static method in class bap.core.config.util.spring.SpringContextHolder
从静态变量ApplicationContext中取得Bean, 自动转型为所赋值对象的类型.
getByPk(Class<T>, String, Object) - Method in class bap.core.dao.BaseDao
根据对象属性的某个值以get方式加载集合对象
getByPks(Class<T>, String[], Object[]) - Method in class bap.core.dao.BaseDao
根据对象属性的某个值以get方式加载集合对象
getCLIENT_IP() - Method in class bap.core.constants.AbstractScopeConstants
 
getConn() - Method in class bap.core.config.util.persistence.DataBaseInfo
获得一个数据库链接
getConnection() - Method in class bap.core.jdbc.JDBCConnector
取得jdbc连接对象
getConnectionProperty() - Method in class bap.core.jdbc.JDBCConnector
取得jdbc连接属性对象
getContextConn() - Static method in class bap.core.jdbc.JDBCConnector
取得当前工程所配的jdbc对应的连接对象
getCountByHql(String, Object...) - Method in class bap.core.dao.BaseDao
根据传入的hql 返回count
getCountBySql(String, Object...) - Method in class bap.core.dao.BaseDao
根据传入的sql 返回count
getDataSource() - Method in class bap.core.config.util.persistence.DataBaseInfo
返回数据源实例
getDBDriver() - Method in class bap.core.config.util.persistence.DataBaseInfo
获得数据库驱动的字符串
getDBPassWord() - Method in class bap.core.config.util.persistence.DataBaseInfo
获得数据库密码
getDBUrl() - Method in class bap.core.config.util.persistence.DataBaseInfo
获得数据库链接
getDBUserName() - Method in class bap.core.config.util.persistence.DataBaseInfo
获得数据库用户名
getDescription() - Method in enum bap.core.enums.AggregateFunType
 
getDescription() - Method in enum bap.core.enums.LogRecordType
取得类型的描述信息
getDriver() - Method in class bap.core.jdbc.ConnectionProperties
取得driver参数的配置值
getFUNCTION_DEFINING() - Method in class bap.core.constants.AbstractScopeConstants
 
getId() - Method in interface bap.core.domain.Idable
取得实体类主键值
getId() - Method in class bap.core.domain.IdEntity
 
getIndex() - Method in class bap.core.dao.procedure.Parameter
 
getIP() - Static method in class bap.core.config.util.web.SystemCurrentUserIP
获得系统当前登录用户IP
getJs(String, FileController.ContentType, HttpServletResponse) - Method in class bap.core.controller.FileController
"/file/{classPath}/type" 外部调用类似这样 http://localhost:8080/tf/base/file/bapx.base.popup.file.simplemodal .css/css 就返回了 bapx.base.popup.file包下的simplemodal.css文件
getKeyPrefix() - Method in class bap.core.jdbc.JDBCConnector
取得配置文件参数的前缀
getLOGIN_NAME() - Method in class bap.core.constants.AbstractScopeConstants
 
getLOGIN_USER() - Method in class bap.core.constants.AbstractScopeConstants
 
getMode() - Method in class bap.core.dao.procedure.Parameter
 
getName() - Method in enum bap.core.enums.AggregateFunType
 
getOrdinal() - Method in enum bap.core.enums.AggregateFunType
 
getOrdinal() - Method in enum bap.core.enums.LogRecordType
取得类型的序号
getOutParamByIndex(int) - Method in class bap.core.dao.procedure.Result
根据参数索引取得对应参数的值
getOutParamCount() - Method in class bap.core.dao.procedure.Result
取得输出参数的结果数量
getOutParamMap() - Method in class bap.core.dao.procedure.Result
取得输出参数Map映射
getParams() - Method in class bap.core.ct.WhereStatementWrapper
功能描述: 取得WhereStatementWrapper.getStatement()方法返回的语句中?对应的参数值集合
getPass() - Method in class bap.core.jdbc.ConnectionProperties
取得pass参数的配置值
getRcsField() - Method in interface bap.core.domain.RcsEntity
排序,搜索所要使用的字段。一般为字段的名字,不是值
getRcsKey() - Method in interface bap.core.domain.RcsEntity
用于数据操作的字段值,一般为 id 属性的值
getRcsParentField() - Method in interface bap.core.domain.CascadeRcsEntity
取得实体类对象的所属父类的字段名
getRcsParentKey() - Method in interface bap.core.domain.CascadeRcsEntity
取得实体类对象的所属父类的标识列
getRcsValue() - Method in interface bap.core.domain.RcsEntity
页面展示所要展示的字段的值
getRealPath() - Static method in class bap.core.config.util.web.ServletContextHolder
获取web项目路径
getRequest() - Static method in class bap.core.config.util.web.CurrentInfo
取得本次请求相对应的页面请求对象 HttpServletRequest
getResponse() - Static method in class bap.core.config.util.web.CurrentInfo
取得本次请求相对应的页面响应对象 HttpServletResponse
getResultSetByIndex(int) - Method in class bap.core.dao.procedure.Result
根据结果集的索引取得对应的结果集转换List对象
getResultSetCount() - Method in class bap.core.dao.procedure.Result
取得结果集的数量
getResultSetList() - Method in class bap.core.dao.procedure.Result
取得多个结果集转换为以列名为key,列值为value的Map映射的List集合对象的List集合对象
getReturnValue() - Method in class bap.core.dao.procedure.Result
取得存储过程的返回值
getServletContext() - Static method in class bap.core.config.util.web.ServletContextHolder
 
getSession() - Static method in class bap.core.config.util.web.CurrentInfo
取得本次请求相对应的HttpSession对象
getSession() - Method in class bap.core.dao.SimpleBaseDao
取得session
getSessionFactory() - Method in class bap.core.dao.SimpleBaseDao
取得SessionFactory
getStatement() - Method in class bap.core.ct.WhereStatementWrapper
功能描述: 取的where语句。
getStatementByJoinStr() - Method in class bap.core.ct.WhereStatementWrapper
功能描述: 直接拼接参数 如: "where name =" + name + " age =" + age;
getType() - Method in class bap.core.dao.procedure.Parameter
 
getUniqueByPk(Class<T>, String, Object) - Method in class bap.core.dao.BaseDao
根据对象属性的某个值以get方式加载唯一对象
getUniqueByPks(Class<T>, String[], Object[]) - Method in class bap.core.dao.BaseDao
根据对象属性的某个值以get方式加载唯一对象
getUniquePropertyByHql(String, Object...) - Method in class bap.core.dao.BaseDao
根据特定的hql语句查出该语句对应的实体对象的唯一一个属性的值
getUniqueResultByHql(String, Object...) - Method in class bap.core.dao.BaseDao
根据传入的hql 返回唯一结果
getUniqueResultBySql(String, Object...) - Method in class bap.core.dao.BaseDao
根据传入的sql 返回唯一结果
getUrl() - Method in class bap.core.jdbc.ConnectionProperties
取得url参数的配置值
getUser() - Method in class bap.core.jdbc.ConnectionProperties
取得user参数的配置值
getValue() - Method in class bap.core.dao.procedure.Parameter
 
getValueFromRequest(String) - Static method in class bap.core.config.util.web.CurrentInfo
从 Request 中取得 属性值
getValueFromScope(String) - Static method in class bap.core.config.util.web.CurrentInfo
从Session 或者 Request 中取得 属性值(优先从request中取值)
getValueFromSession(String) - Static method in class bap.core.config.util.web.CurrentInfo
从Session 中取得 属性值
A B C D E F G I J L M O P R S T U V W 
Skip navigation links