@Generated(value={"Doma","2.16.1"}, date="2017-12-05T17:50:28.850+0900") public final class _Customer extends org.seasar.doma.jdbc.entity.AbstractEntityType<Customer>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,LocalDate,Object> |
$birthday
the birthday
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,String,Object> |
$email
the email
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,String,Object> |
$gender
the gender
|
org.seasar.doma.jdbc.entity.GeneratedIdPropertyType<Object,Customer,Long,Object> |
$id
the id
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,String,Object> |
$name
the name
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,String,Object> |
$password
the password
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getCatalogName() |
Class<Customer> |
getEntityClass() |
org.seasar.doma.jdbc.entity.EntityPropertyType<Customer,?> |
getEntityPropertyType(String __name) |
List<org.seasar.doma.jdbc.entity.EntityPropertyType<Customer,?>> |
getEntityPropertyTypes() |
org.seasar.doma.jdbc.entity.GeneratedIdPropertyType<Object,Customer,?,?> |
getGeneratedIdPropertyType() |
List<org.seasar.doma.jdbc.entity.EntityPropertyType<Customer,?>> |
getIdPropertyTypes() |
String |
getName() |
org.seasar.doma.jdbc.entity.NamingType |
getNamingType() |
Customer |
getOriginalStates(Customer __entity) |
String |
getSchemaName() |
static _Customer |
getSingletonInternal() |
String |
getTableName() |
String |
getTableName(BiFunction<org.seasar.doma.jdbc.entity.NamingType,String,String> namingFunction) |
org.seasar.doma.jdbc.entity.VersionPropertyType<Object,Customer,?,?> |
getVersionPropertyType() |
boolean |
isImmutable() |
boolean |
isQuoteRequired() |
Customer |
newEntity(Map<String,org.seasar.doma.jdbc.entity.Property<Customer,?>> __args) |
static _Customer |
newInstance() |
void |
postDelete(Customer entity,
org.seasar.doma.jdbc.entity.PostDeleteContext<Customer> context) |
void |
postInsert(Customer entity,
org.seasar.doma.jdbc.entity.PostInsertContext<Customer> context) |
void |
postUpdate(Customer entity,
org.seasar.doma.jdbc.entity.PostUpdateContext<Customer> context) |
void |
preDelete(Customer entity,
org.seasar.doma.jdbc.entity.PreDeleteContext<Customer> context) |
void |
preInsert(Customer entity,
org.seasar.doma.jdbc.entity.PreInsertContext<Customer> context) |
void |
preUpdate(Customer entity,
org.seasar.doma.jdbc.entity.PreUpdateContext<Customer> context) |
void |
saveCurrentStates(Customer __entity) |
public final org.seasar.doma.jdbc.entity.GeneratedIdPropertyType<Object,Customer,Long,Object> $id
public final org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,String,Object> $name
public final org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,String,Object> $password
public final org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,String,Object> $email
public final org.seasar.doma.jdbc.entity.DefaultPropertyType<Object,Customer,String,Object> $gender
public org.seasar.doma.jdbc.entity.NamingType getNamingType()
public boolean isImmutable()
public String getName()
public String getCatalogName()
public String getSchemaName()
public String getTableName()
public String getTableName(BiFunction<org.seasar.doma.jdbc.entity.NamingType,String,String> namingFunction)
public boolean isQuoteRequired()
public void preInsert(Customer entity, org.seasar.doma.jdbc.entity.PreInsertContext<Customer> context)
public void preUpdate(Customer entity, org.seasar.doma.jdbc.entity.PreUpdateContext<Customer> context)
public void preDelete(Customer entity, org.seasar.doma.jdbc.entity.PreDeleteContext<Customer> context)
public void postInsert(Customer entity, org.seasar.doma.jdbc.entity.PostInsertContext<Customer> context)
public void postUpdate(Customer entity, org.seasar.doma.jdbc.entity.PostUpdateContext<Customer> context)
public void postDelete(Customer entity, org.seasar.doma.jdbc.entity.PostDeleteContext<Customer> context)
public List<org.seasar.doma.jdbc.entity.EntityPropertyType<Customer,?>> getEntityPropertyTypes()
public org.seasar.doma.jdbc.entity.EntityPropertyType<Customer,?> getEntityPropertyType(String __name)
public List<org.seasar.doma.jdbc.entity.EntityPropertyType<Customer,?>> getIdPropertyTypes()
public org.seasar.doma.jdbc.entity.GeneratedIdPropertyType<Object,Customer,?,?> getGeneratedIdPropertyType()
public org.seasar.doma.jdbc.entity.VersionPropertyType<Object,Customer,?,?> getVersionPropertyType()
public Customer newEntity(Map<String,org.seasar.doma.jdbc.entity.Property<Customer,?>> __args)
public void saveCurrentStates(Customer __entity)
public static _Customer getSingletonInternal()
public static _Customer newInstance()
Copyright © 2016–2017. All rights reserved.