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