| パッケージ | 説明 |
|---|---|
| kotowari.example.controller | |
| kotowari.example.dao | |
| kotowari.example.entity |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<Customer> |
CustomerController.list() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Customer |
CustomerDaoImpl.loginByPassword(String email,
String password) |
Customer |
CustomerDao.loginByPassword(String email,
String password) |
Customer |
CustomerDaoImpl.selectById(Long id) |
Customer |
CustomerDao.selectById(Long id) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<Customer> |
CustomerDaoImpl.selectAll() |
List<Customer> |
CustomerDao.selectAll() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
CustomerDaoImpl.delete(Customer customer) |
int |
CustomerDao.delete(Customer customer) |
int |
CustomerDaoImpl.insert(Customer customer) |
int |
CustomerDao.insert(Customer customer) |
int |
CustomerDaoImpl.update(Customer customer) |
int |
CustomerDao.update(Customer customer) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,LocalDate,Object> |
_Customer.$birthday
the birthday
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,String,Object> |
_Customer.$email
the email
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,String,Object> |
_Customer.$gender
the gender
|
org.seasar.doma.jdbc.entity.GeneratedIdPropertyType<Object,Customer,Long,Object> |
_Customer.$id
the id
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,String,Object> |
_Customer.$name
the name
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,String,Object> |
_Customer.$password
the password
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Customer |
_Customer.getOriginalStates(Customer __entity) |
Customer |
_Customer.newEntity(Map<String,org.seasar.doma.jdbc.entity.Property<Customer,?>> __args) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Class<Customer> |
_Customer.getEntityClass() |
org.seasar.doma.jdbc.entity.EntityPropertyType<Customer,?> |
_Customer.getEntityPropertyType(String __name) |
List<org.seasar.doma.jdbc.entity.EntityPropertyType<Customer,?>> |
_Customer.getEntityPropertyTypes() |
org.seasar.doma.jdbc.entity.GeneratedIdPropertyType<Object,Customer,?,?> |
_Customer.getGeneratedIdPropertyType() |
List<org.seasar.doma.jdbc.entity.EntityPropertyType<Customer,?>> |
_Customer.getIdPropertyTypes() |
org.seasar.doma.jdbc.entity.VersionPropertyType<Object,Customer,?,?> |
_Customer.getVersionPropertyType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Customer |
_Customer.getOriginalStates(Customer __entity) |
void |
_Customer.postDelete(Customer entity,
org.seasar.doma.jdbc.entity.PostDeleteContext<Customer> context) |
void |
_Customer.postInsert(Customer entity,
org.seasar.doma.jdbc.entity.PostInsertContext<Customer> context) |
void |
_Customer.postUpdate(Customer entity,
org.seasar.doma.jdbc.entity.PostUpdateContext<Customer> context) |
void |
_Customer.preDelete(Customer entity,
org.seasar.doma.jdbc.entity.PreDeleteContext<Customer> context) |
void |
_Customer.preInsert(Customer entity,
org.seasar.doma.jdbc.entity.PreInsertContext<Customer> context) |
void |
_Customer.preUpdate(Customer entity,
org.seasar.doma.jdbc.entity.PreUpdateContext<Customer> context) |
void |
_Customer.saveCurrentStates(Customer __entity) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Customer |
_Customer.newEntity(Map<String,org.seasar.doma.jdbc.entity.Property<Customer,?>> __args) |
void |
_Customer.postDelete(Customer entity,
org.seasar.doma.jdbc.entity.PostDeleteContext<Customer> context) |
void |
_Customer.postInsert(Customer entity,
org.seasar.doma.jdbc.entity.PostInsertContext<Customer> context) |
void |
_Customer.postUpdate(Customer entity,
org.seasar.doma.jdbc.entity.PostUpdateContext<Customer> context) |
void |
_Customer.preDelete(Customer entity,
org.seasar.doma.jdbc.entity.PreDeleteContext<Customer> context) |
void |
_Customer.preInsert(Customer entity,
org.seasar.doma.jdbc.entity.PreInsertContext<Customer> context) |
void |
_Customer.preUpdate(Customer entity,
org.seasar.doma.jdbc.entity.PreUpdateContext<Customer> context) |
Copyright © 2016–2017. All rights reserved.