- generate(SessionImplementor, Object) - Method in class bap.core.domain.CustomIdGenerator
-
- 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.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
-
- 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映射
- 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
- 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 中取得 属性值