public abstract class BsAccessResultData extends Object implements org.seasar.dbflute.Entity, Serializable, Cloneable
[primary-key] ID [column] ID, TRANSFORMER_NAME, DATA, ENCODING [sequence] [identity] [version-no] [foreign table] ACCESS_RESULT [referrer table] [foreign property] accessResult [referrer property] [get/set template] /= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Long id = entity.getId(); String transformerName = entity.getTransformerName(); byte[] data = entity.getData(); String encoding = entity.getEncoding(); entity.setId(id); entity.setTransformerName(transformerName); entity.setData(data); entity.setEncoding(encoding); = = = = = = = = = =/
修飾子とタイプ | フィールドと説明 |
---|---|
protected boolean |
__createdBySelect
Is the entity created by DBFlute select process?
|
protected org.seasar.dbflute.Entity.EntityModifiedProperties |
__modifiedProperties
The modified properties for this entity.
|
protected org.seasar.dbflute.Entity.EntityUniqueDrivenProperties |
__uniqueDrivenProperties
The unique-driven properties for this entity.
|
protected AccessResult |
_accessResult
ACCESS_RESULT by my ID, named 'accessResult'.
|
protected byte[] |
_data
DATA: {LONGBLOB(2147483647)}
|
protected String |
_encoding
ENCODING: {VARCHAR(20)}
|
protected Long |
_id
ID: {PK, NotNull, BIGINT(19), FK to ACCESS_RESULT}
|
protected String |
_transformerName
TRANSFORMER_NAME: {NotNull, VARCHAR(255)}
|
コンストラクタと説明 |
---|
BsAccessResultData() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected String |
buildColumnString() |
String |
buildDisplayString(String name,
boolean column,
boolean relation) |
protected String |
buildRelationString() |
void |
clearModifiedInfo() |
AccessResultData |
clone()
Clone entity instance using super.clone().
|
boolean |
createdBySelect() |
boolean |
equals(Object obj)
Determine the object is equal with this.
|
AccessResult |
getAccessResult()
ACCESS_RESULT by my ID, named 'accessResult'.
|
byte[] |
getData()
[get] DATA: {LONGBLOB(2147483647)}
|
org.seasar.dbflute.dbmeta.DBMeta |
getDBMeta() |
String |
getEncoding()
[get] ENCODING: {VARCHAR(20)}
|
Long |
getId()
[get] ID: {PK, NotNull, BIGINT(19), FK to ACCESS_RESULT}
|
String |
getTableDbName() |
String |
getTablePropertyName() |
String |
getTransformerName()
[get] TRANSFORMER_NAME: {NotNull, VARCHAR(255)}
|
int |
hashCode()
Calculate the hash-code from primary-keys or columns.
|
boolean |
hasModification() |
boolean |
hasPrimaryKeyValue() |
int |
instanceHash() |
void |
markAsSelect() |
Set<String> |
modifiedProperties() |
Set<String> |
myuniqueDrivenProperties() |
protected org.seasar.dbflute.Entity.EntityModifiedProperties |
newModifiedProperties() |
protected <ELEMENT> List<ELEMENT> |
newReferrerList() |
protected org.seasar.dbflute.Entity.EntityUniqueDrivenProperties |
newUniqueDrivenProperties() |
void |
setAccessResult(AccessResult accessResult)
ACCESS_RESULT by my ID, named 'accessResult'.
|
void |
setData(byte[] data)
[set] DATA: {LONGBLOB(2147483647)}
|
void |
setEncoding(String encoding)
[set] ENCODING: {VARCHAR(20)}
|
void |
setId(Long id)
[set] ID: {PK, NotNull, BIGINT(19), FK to ACCESS_RESULT}
|
void |
setTransformerName(String transformerName)
[set] TRANSFORMER_NAME: {NotNull, VARCHAR(255)}
|
String |
toString()
Convert to display string of entity's data.
|
String |
toStringWithRelation() |
protected String |
xbRDS(org.seasar.dbflute.Entity et,
String name) |
protected int |
xCH(int hs,
Object vl) |
protected String |
xfBA(byte[] bytes) |
protected boolean |
xSV(Object v1,
Object v2) |
protected Long _id
protected String _transformerName
protected byte[] _data
protected String _encoding
protected final org.seasar.dbflute.Entity.EntityUniqueDrivenProperties __uniqueDrivenProperties
protected final org.seasar.dbflute.Entity.EntityModifiedProperties __modifiedProperties
protected boolean __createdBySelect
protected AccessResult _accessResult
public String getTableDbName()
getTableDbName
インタフェース内 org.seasar.dbflute.Entity
public String getTablePropertyName()
getTablePropertyName
インタフェース内 org.seasar.dbflute.Entity
public org.seasar.dbflute.dbmeta.DBMeta getDBMeta()
getDBMeta
インタフェース内 org.seasar.dbflute.Entity
public boolean hasPrimaryKeyValue()
hasPrimaryKeyValue
インタフェース内 org.seasar.dbflute.Entity
public Set<String> myuniqueDrivenProperties()
myuniqueDrivenProperties
インタフェース内 org.seasar.dbflute.Entity
protected org.seasar.dbflute.Entity.EntityUniqueDrivenProperties newUniqueDrivenProperties()
public AccessResult getAccessResult()
public void setAccessResult(AccessResult accessResult)
accessResult
- The entity of foreign property 'accessResult'. (NullAllowed)protected <ELEMENT> List<ELEMENT> newReferrerList()
public Set<String> modifiedProperties()
modifiedProperties
インタフェース内 org.seasar.dbflute.Entity
public void clearModifiedInfo()
clearModifiedInfo
インタフェース内 org.seasar.dbflute.Entity
public boolean hasModification()
hasModification
インタフェース内 org.seasar.dbflute.Entity
protected org.seasar.dbflute.Entity.EntityModifiedProperties newModifiedProperties()
public void markAsSelect()
markAsSelect
インタフェース内 org.seasar.dbflute.Entity
public boolean createdBySelect()
createdBySelect
インタフェース内 org.seasar.dbflute.Entity
public boolean equals(Object obj)
public int hashCode()
protected int xCH(int hs, Object vl)
public int instanceHash()
instanceHash
インタフェース内 org.seasar.dbflute.Entity
public String toString()
public String toStringWithRelation()
toStringWithRelation
インタフェース内 org.seasar.dbflute.Entity
public String buildDisplayString(String name, boolean column, boolean relation)
buildDisplayString
インタフェース内 org.seasar.dbflute.Entity
protected String buildColumnString()
protected String xfBA(byte[] bytes)
protected String buildRelationString()
public AccessResultData clone()
public Long getId()
public void setId(Long id)
id
- The value of the column 'ID'. (basically NotNull if update: for the constraint)public String getTransformerName()
public void setTransformerName(String transformerName)
transformerName
- The value of the column 'TRANSFORMER_NAME'. (basically NotNull if update: for the constraint)public byte[] getData()
public void setData(byte[] data)
data
- The value of the column 'DATA'. (NullAllowed: null update allowed for no constraint)public String getEncoding()
public void setEncoding(String encoding)
encoding
- The value of the column 'ENCODING'. (NullAllowed: null update allowed for no constraint)Copyright © 2009–2014 The Seasar Foundation. All rights reserved.