| パッケージ | 説明 |
|---|---|
| kotowari.example.controller | |
| kotowari.example.dao | |
| kotowari.example.entity |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
java.util.List<Customer> |
CustomerController.list() |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
Customer |
CustomerDao.loginByPassword(java.lang.String email,
java.lang.String password) |
|
Customer |
CustomerDaoImpl.loginByPassword(java.lang.String email,
java.lang.String password) |
|
Customer |
CustomerDao.selectById(java.lang.Long id) |
|
Customer |
CustomerDaoImpl.selectById(java.lang.Long id) |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
java.util.List<Customer> |
CustomerDao.selectAll() |
|
java.util.List<Customer> |
CustomerDaoImpl.selectAll() |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
int |
CustomerDao.delete(Customer customer) |
|
int |
CustomerDaoImpl.delete(Customer customer) |
|
int |
CustomerDao.insert(Customer customer) |
|
int |
CustomerDaoImpl.insert(Customer customer) |
|
int |
CustomerDao.update(Customer customer) |
|
int |
CustomerDaoImpl.update(Customer customer) |
| 修飾子とタイプ | フィールド | 説明 |
|---|---|---|
org.seasar.doma.jdbc.entity.DefaultPropertyType<java.lang.Object,Customer,java.time.LocalDate,java.lang.Object> |
_Customer.$birthday |
the birthday
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<java.lang.Object,Customer,java.lang.String,java.lang.Object> |
_Customer.$email |
the email
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<java.lang.Object,Customer,java.lang.String,java.lang.Object> |
_Customer.$gender |
the gender
|
org.seasar.doma.jdbc.entity.GeneratedIdPropertyType<java.lang.Object,Customer,java.lang.Long,java.lang.Object> |
_Customer.$id |
the id
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<java.lang.Object,Customer,java.lang.String,java.lang.Object> |
_Customer.$name |
the name
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<java.lang.Object,Customer,java.lang.String,java.lang.Object> |
_Customer.$password |
the password
|
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
Customer |
_Customer.getOriginalStates(Customer __entity) |
|
Customer |
_Customer.newEntity(java.util.Map<java.lang.String,org.seasar.doma.jdbc.entity.Property<Customer,?>> __args) |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
java.lang.Class<Customer> |
_Customer.getEntityClass() |
|
org.seasar.doma.jdbc.entity.EntityPropertyType<Customer,?> |
_Customer.getEntityPropertyType(java.lang.String __name) |
|
java.util.List<org.seasar.doma.jdbc.entity.EntityPropertyType<Customer,?>> |
_Customer.getEntityPropertyTypes() |
|
org.seasar.doma.jdbc.entity.GeneratedIdPropertyType<java.lang.Object,Customer,?,?> |
_Customer.getGeneratedIdPropertyType() |
|
java.util.List<org.seasar.doma.jdbc.entity.EntityPropertyType<Customer,?>> |
_Customer.getIdPropertyTypes() |
|
org.seasar.doma.jdbc.entity.TenantIdPropertyType<java.lang.Object,Customer,?,?> |
_Customer.getTenantIdPropertyType() |
|
org.seasar.doma.jdbc.entity.VersionPropertyType<java.lang.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(java.util.Map<java.lang.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–2018. All rights reserved.