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, releaseSession
bulkUpdate, 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, updatePatchAll
public CtpMetadataTable getCtpMetadataTableById(Long id) throws BusinessException
MetadataTableDao
getCtpMetadataTableById
在接口中 MetadataTableDao
id
- 元数据表IdBusinessException
public CtpMetadataTable findCtpMetadataTableByTableName(String tableName) throws BusinessException
MetadataTableDao
findCtpMetadataTableByTableName
在接口中 MetadataTableDao
tableName
- 表名称,数据表名称对应的PO对象名称BusinessException
public List<CtpMetadataTable> findCtpMetadataTableListByApplicationCategory(Integer applicationCategory) throws BusinessException
MetadataTableDao
findCtpMetadataTableListByApplicationCategory
在接口中 MetadataTableDao
applicationCategory
- 应用模块类型BusinessException
public List<CtpMetadataTable> findCtpMetadataTableList(String tableName, Integer applicationCategory) throws BusinessException
MetadataTableDao
findCtpMetadataTableList
在接口中 MetadataTableDao
tableName
- 表名称applicationCategory
- 应用模块类型BusinessException
public List<CtpMetadataTable> findCtpMetadataTableList(Map<String,Object> sqlParams) throws BusinessException
MetadataTableDao
findCtpMetadataTableList
在接口中 MetadataTableDao
sqlParams
- 组合查询条件BusinessException
public List<CtpMetadataTable> findAllCtpMetadataTableList() throws BusinessException
MetadataTableDao
findAllCtpMetadataTableList
在接口中 MetadataTableDao
BusinessException
Copyright © 2016–2018. All rights reserved.