public class V3XFileDAOImpl extends BaseHibernateDao<V3XFile> implements V3XFileDAO
COUNT_MODE, LIST_MODE, SCROLL_MODE
entityClass
构造器和说明 |
---|
V3XFileDAOImpl() |
限定符和类型 | 方法和说明 |
---|---|
void |
delete(Long id)
删除一条数据
|
List<V3XFile> |
findByFileName(String fileName)
根据文件名称查询
|
V3XFile |
get(Long id)
按照主键获取对象
|
List<V3XFile> |
get(Long[] ids)
多个
|
void |
save(List<V3XFile> files)
插入多条数据
|
void |
save(V3XFile file)
插入一条数据
|
void |
update(V3XFile id) |
delete, delete, delete, delete, deleteObject, findBy, findByExample, getQueryCount, isNotUnique, pagedQuery, pagedQuery, pagedQuery, pagedQuery, paginate, paginate, paginate, remove, removeById, saveAll, sortCriteria, update, update, update, update, update, updateAll, withoutPagination, withPagination
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, findSimpleObjects, findSimpleObjects, findUnique, findUnique, findUniqueBy, findVarargs, findWithCount, findWithCount, getAll, getBatchSize, getCountByCriteria, getEntityClass, getHibernateTemplate, getSessionFactory, getSimpleObject, save, savePatchAll, setHibernateTemplate, setParameters, setSessionFactory, sortCriteria, update, updatePatchAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bulkUpdate, bulkUpdate, count, count, count, delete, delete, executeCriteria, executeCriteria, executeUniqueCriteria, find, find, find, find, find, find, findBy, findByLike, findSimpleObjects, findSimpleObjects, findUnique, findUnique, findUniqueBy, findVarargs, findWithCount, findWithCount, getAll, getCountByCriteria, getHibernateTemplate, getSessionFactory, getSimpleObject, save, savePatchAll, setHibernateTemplate, setSessionFactory, update, updatePatchAll
public void save(V3XFile file)
V3XFileDAO
save
在接口中 V3XFileDAO
public void save(List<V3XFile> files)
V3XFileDAO
save
在接口中 V3XFileDAO
public void delete(Long id)
V3XFileDAO
delete
在接口中 V3XFileDAO
public V3XFile get(Long id)
CTPBaseDao
get
在接口中 CTPBaseDao<V3XFile>
get
在接口中 V3XFileDAO
get
在类中 BaseDao<V3XFile>
public List<V3XFile> get(Long[] ids)
V3XFileDAO
get
在接口中 V3XFileDAO
public List<V3XFile> findByFileName(String fileName)
V3XFileDAO
findByFileName
在接口中 V3XFileDAO
public void update(V3XFile id)
update
在接口中 V3XFileDAO
Copyright © 2016–2017. All rights reserved.