| パッケージ | 説明 |
|---|---|
| kotowari.example.entity |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,User,Boolean,Object> |
_User.$admin
the admin
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,User,String,Object> |
_User.$email
the email
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,User,String,Object> |
_User.$firstName
the firstName
|
org.seasar.doma.jdbc.entity.AssignedIdPropertyType<Object,User,String,Object> |
_User.$id
the id
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,User,Boolean,Object> |
_User.$isActive
the isActive
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,User,LocalDateTime,Object> |
_User.$lastLogin
the lastLogin
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,User,String,Object> |
_User.$lastName
the lastName
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,User,String,Object> |
_User.$pass
the pass
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
User |
_User.getOriginalStates(User __entity) |
User |
_User.newEntity(Map<String,org.seasar.doma.jdbc.entity.Property<User,?>> __args) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Class<User> |
_User.getEntityClass() |
org.seasar.doma.jdbc.entity.EntityPropertyType<User,?> |
_User.getEntityPropertyType(String __name) |
List<org.seasar.doma.jdbc.entity.EntityPropertyType<User,?>> |
_User.getEntityPropertyTypes() |
org.seasar.doma.jdbc.entity.GeneratedIdPropertyType<Object,User,?,?> |
_User.getGeneratedIdPropertyType() |
List<org.seasar.doma.jdbc.entity.EntityPropertyType<User,?>> |
_User.getIdPropertyTypes() |
org.seasar.doma.jdbc.entity.VersionPropertyType<Object,User,?,?> |
_User.getVersionPropertyType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
User |
_User.getOriginalStates(User __entity) |
void |
_User.postDelete(User entity,
org.seasar.doma.jdbc.entity.PostDeleteContext<User> context) |
void |
_User.postInsert(User entity,
org.seasar.doma.jdbc.entity.PostInsertContext<User> context) |
void |
_User.postUpdate(User entity,
org.seasar.doma.jdbc.entity.PostUpdateContext<User> context) |
void |
_User.preDelete(User entity,
org.seasar.doma.jdbc.entity.PreDeleteContext<User> context) |
void |
_User.preInsert(User entity,
org.seasar.doma.jdbc.entity.PreInsertContext<User> context) |
void |
_User.preUpdate(User entity,
org.seasar.doma.jdbc.entity.PreUpdateContext<User> context) |
void |
_User.saveCurrentStates(User __entity) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
User |
_User.newEntity(Map<String,org.seasar.doma.jdbc.entity.Property<User,?>> __args) |
void |
_User.postDelete(User entity,
org.seasar.doma.jdbc.entity.PostDeleteContext<User> context) |
void |
_User.postInsert(User entity,
org.seasar.doma.jdbc.entity.PostInsertContext<User> context) |
void |
_User.postUpdate(User entity,
org.seasar.doma.jdbc.entity.PostUpdateContext<User> context) |
void |
_User.preDelete(User entity,
org.seasar.doma.jdbc.entity.PreDeleteContext<User> context) |
void |
_User.preInsert(User entity,
org.seasar.doma.jdbc.entity.PreInsertContext<User> context) |
void |
_User.preUpdate(User entity,
org.seasar.doma.jdbc.entity.PreUpdateContext<User> context) |
Copyright © 2016–2017. All rights reserved.