package com.cuikaixuan.hp.annoth.dao; import java.util.List; import com.cuikaixuan.hp.annoth.entity.Annoth; public interface IAnnothDAO { // property constants public static final String ANAME = "aname"; void save(Annoth transientInstance); void delete(Annoth persistentInstance); Annoth findById(java.lang.Integer id); List<Annoth> findByExample(Annoth instance); List findByProperty(String propertyName, Object value); List<Annoth> findByAname(Object aname); List findAll(); Annoth merge(Annoth detachedInstance); void attachDirty(Annoth instance); void attachClean(Annoth instance); }
最近下载更多
张真狗 LV9
2023年5月22日
小王wang LV10
2022年8月15日
uuuuuuuuuuuwwwwww LV3
2021年12月14日
dingyue LV2
2021年12月5日
漫长的白日梦 LV8
2021年12月4日
lsglsg9 LV23
2021年11月24日
yexiansheng LV1
2021年11月6日
GD_chan LV5
2021年7月20日
yu LV1
2021年6月24日
qweqweqwe7987987 LV1
2021年6月22日