@Generated(value={"Doma","2.16.1"}, date="2017-12-05T17:50:28.968+0900") public class CustomerDaoImpl extends org.seasar.doma.internal.jdbc.dao.AbstractDao implements CustomerDao
__config
CustomerDaoImpl(org.seasar.doma.jdbc.Config config)
int
delete(Customer customer)
insert(Customer customer)
Customer
loginByPassword(String email, String password)
List<Customer>
selectAll()
selectById(Long id)
update(Customer customer)
entering, exiting, getCommandImplementors, getConfig, getDataSource, getDeclaredMethod, getQueryImplementors, throwing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CustomerDaoImpl(org.seasar.doma.jdbc.Config config)
config
public Customer selectById(Long id)
selectById
CustomerDao
public Customer loginByPassword(String email, String password)
loginByPassword
public List<Customer> selectAll()
selectAll
public int insert(Customer customer)
insert
public int update(Customer customer)
update
public int delete(Customer customer)
delete
Copyright © 2016–2017. All rights reserved.