@Generated(value={"Doma","2.19.1"},
date="2018-02-14T17:49:16.787+0900")
public final class _Guestbook
extends org.seasar.doma.jdbc.entity.AbstractEntityType<Guestbook>
| 修飾子とタイプ | フィールド | 説明 |
|---|---|---|
org.seasar.doma.jdbc.entity.GeneratedIdPropertyType<java.lang.Object,Guestbook,java.lang.Long,java.lang.Object> |
$id |
the id
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<java.lang.Object,Guestbook,java.lang.String,java.lang.Object> |
$message |
the message
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<java.lang.Object,Guestbook,java.lang.String,java.lang.Object> |
$name |
the name
|
org.seasar.doma.jdbc.entity.DefaultPropertyType<java.lang.Object,Guestbook,java.time.LocalDateTime,java.lang.Object> |
$postedAt |
the postedAt
|
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
java.lang.String |
getCatalogName() |
|
java.lang.Class<Guestbook> |
getEntityClass() |
|
org.seasar.doma.jdbc.entity.EntityPropertyType<Guestbook,?> |
getEntityPropertyType(java.lang.String __name) |
|
java.util.List<org.seasar.doma.jdbc.entity.EntityPropertyType<Guestbook,?>> |
getEntityPropertyTypes() |
|
org.seasar.doma.jdbc.entity.GeneratedIdPropertyType<java.lang.Object,Guestbook,?,?> |
getGeneratedIdPropertyType() |
|
java.util.List<org.seasar.doma.jdbc.entity.EntityPropertyType<Guestbook,?>> |
getIdPropertyTypes() |
|
java.lang.String |
getName() |
|
org.seasar.doma.jdbc.entity.NamingType |
getNamingType() |
|
Guestbook |
getOriginalStates(Guestbook __entity) |
|
java.lang.String |
getSchemaName() |
|
static _Guestbook |
getSingletonInternal() |
|
java.lang.String |
getTableName() |
|
java.lang.String |
getTableName(java.util.function.BiFunction<org.seasar.doma.jdbc.entity.NamingType,java.lang.String,java.lang.String> namingFunction) |
|
org.seasar.doma.jdbc.entity.TenantIdPropertyType<java.lang.Object,Guestbook,?,?> |
getTenantIdPropertyType() |
|
org.seasar.doma.jdbc.entity.VersionPropertyType<java.lang.Object,Guestbook,?,?> |
getVersionPropertyType() |
|
boolean |
isImmutable() |
|
boolean |
isQuoteRequired() |
|
Guestbook |
newEntity(java.util.Map<java.lang.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<java.lang.Object,Guestbook,java.lang.Long,java.lang.Object> $id
public final org.seasar.doma.jdbc.entity.DefaultPropertyType<java.lang.Object,Guestbook,java.lang.String,java.lang.Object> $name
public final org.seasar.doma.jdbc.entity.DefaultPropertyType<java.lang.Object,Guestbook,java.lang.String,java.lang.Object> $message
public final org.seasar.doma.jdbc.entity.DefaultPropertyType<java.lang.Object,Guestbook,java.time.LocalDateTime,java.lang.Object> $postedAt
public org.seasar.doma.jdbc.entity.NamingType getNamingType()
public boolean isImmutable()
public java.lang.String getName()
public java.lang.String getCatalogName()
public java.lang.String getSchemaName()
public java.lang.String getTableName()
public java.lang.String getTableName(java.util.function.BiFunction<org.seasar.doma.jdbc.entity.NamingType,java.lang.String,java.lang.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 java.util.List<org.seasar.doma.jdbc.entity.EntityPropertyType<Guestbook,?>> getEntityPropertyTypes()
public org.seasar.doma.jdbc.entity.EntityPropertyType<Guestbook,?> getEntityPropertyType(java.lang.String __name)
public java.util.List<org.seasar.doma.jdbc.entity.EntityPropertyType<Guestbook,?>> getIdPropertyTypes()
public org.seasar.doma.jdbc.entity.GeneratedIdPropertyType<java.lang.Object,Guestbook,?,?> getGeneratedIdPropertyType()
public org.seasar.doma.jdbc.entity.VersionPropertyType<java.lang.Object,Guestbook,?,?> getVersionPropertyType()
public org.seasar.doma.jdbc.entity.TenantIdPropertyType<java.lang.Object,Guestbook,?,?> getTenantIdPropertyType()
public Guestbook newEntity(java.util.Map<java.lang.String,org.seasar.doma.jdbc.entity.Property<Guestbook,?>> __args)
public java.lang.Class<Guestbook> getEntityClass()
public void saveCurrentStates(Guestbook __entity)
public static _Guestbook getSingletonInternal()
public static _Guestbook newInstance()
Copyright © 2016–2018. All rights reserved.