@Transactional public class PayLogDAO extends Object
com.qdsaizhuo.tongchengbang.dao.PayLog| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ADDTIME |
static String |
CHANNEL |
static String |
MONEY |
static String |
ORDERNO |
| 构造器和说明 |
|---|
PayLogDAO() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
attachClean(PayLog instance) |
void |
attachDirty(PayLog instance) |
void |
delete(PayLog persistentInstance) |
List |
findAll() |
List<PayLog> |
findByAddtime(Object addtime) |
List<PayLog> |
findByChannel(Object channel) |
List<PayLog> |
findByExample(PayLog instance) |
PayLog |
findById(Integer id) |
List<PayLog> |
findByMoney(Object money) |
List<PayLog> |
findByOrderno(Object orderno) |
List |
findByProperty(String propertyName,
Object value) |
static PayLogDAO |
getFromApplicationContext(org.springframework.context.ApplicationContext ctx) |
PayLog |
merge(PayLog detachedInstance) |
void |
save(PayLog transientInstance) |
void |
setSessionFactory(org.hibernate.SessionFactory sessionFactory) |
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
public void save(PayLog transientInstance)
public void delete(PayLog persistentInstance)
public List findAll()
public void attachDirty(PayLog instance)
public void attachClean(PayLog instance)
public static PayLogDAO getFromApplicationContext(org.springframework.context.ApplicationContext ctx)