public class MetadataTableDaoImpl extends AbstractHibernateDao<CtpMetadataTable> implements MetadataTableDao
Title: 元数据基础表信息Dao类
Description: 代码描述
Copyright: Copyright (c) 2015
Company: seeyon.com
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CTP_METADATA_TABLE_ALIAS |
entityClass| 构造器和说明 |
|---|
MetadataTableDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CtpMetadataTable> |
findAllCtpMetadataTableList()
获取所有的元数据基础表的列表信息
|
CtpMetadataTable |
findCtpMetadataTableByTableName(String tableName)
获取元数据基础表信息,根据表名称查询
|
List<CtpMetadataTable> |
findCtpMetadataTableList(Map<String,Object> sqlParams)
获取元数据基础表的列表信息,用于多个组合查询条件
|
List<CtpMetadataTable> |
findCtpMetadataTableList(String tableName,
Integer applicationCategory)
获取元数据基础表的列表信息,根据表名称和应用模块类型查询
|
List<CtpMetadataTable> |
findCtpMetadataTableListByApplicationCategory(Integer applicationCategory)
获取元数据基础表的列表信息,根据应用模块类型查询
|
CtpMetadataTable |
getCtpMetadataTableById(Long id)
根据Id获取元数据基础表信息
|
closeSessionIfNecessary, getSession, getSession, releaseSessionbulkUpdate, bulkUpdate, checkDaoConfig, convertHibernateAccessException, count, count, count, createHibernateTemplate, delete, delete, executeCriteria, executeCriteria, executeUniqueCriteria, find, find, find, find, find, find, findBy, findByLike, findNativeSQL, findSimpleObjects, findSimpleObjects, findUnique, findUnique, findUniqueBy, findVarargs, findWithCount, findWithCount, get, getAll, getBatchSize, getCountByCriteria, getEntityClass, getHibernateTemplate, getSessionFactory, getSimpleObject, save, savePatchAll, setHibernateTemplate, setParameters, setSessionFactory, sortCriteria, update, updatePatchAllpublic CtpMetadataTable getCtpMetadataTableById(Long id) throws BusinessException
MetadataTableDaogetCtpMetadataTableById 在接口中 MetadataTableDaoid - 元数据表IdBusinessExceptionpublic CtpMetadataTable findCtpMetadataTableByTableName(String tableName) throws BusinessException
MetadataTableDaofindCtpMetadataTableByTableName 在接口中 MetadataTableDaotableName - 表名称,数据表名称对应的PO对象名称BusinessExceptionpublic List<CtpMetadataTable> findCtpMetadataTableListByApplicationCategory(Integer applicationCategory) throws BusinessException
MetadataTableDaofindCtpMetadataTableListByApplicationCategory 在接口中 MetadataTableDaoapplicationCategory - 应用模块类型BusinessExceptionpublic List<CtpMetadataTable> findCtpMetadataTableList(String tableName, Integer applicationCategory) throws BusinessException
MetadataTableDaofindCtpMetadataTableList 在接口中 MetadataTableDaotableName - 表名称applicationCategory - 应用模块类型BusinessExceptionpublic List<CtpMetadataTable> findCtpMetadataTableList(Map<String,Object> sqlParams) throws BusinessException
MetadataTableDaofindCtpMetadataTableList 在接口中 MetadataTableDaosqlParams - 组合查询条件BusinessExceptionpublic List<CtpMetadataTable> findAllCtpMetadataTableList() throws BusinessException
MetadataTableDaofindAllCtpMetadataTableList 在接口中 MetadataTableDaoBusinessExceptionCopyright © 2016–2018. All rights reserved.