|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.db.bsentity.BsAccessResultData
public abstract class BsAccessResultData
The entity of ACCESS_RESULT_DATA as TABLE.
[primary-key] ID [column] ID, TRANSFORMER_NAME, DATA, ENCODING [sequence] [identity] [version-no] [foreign-table] ACCESS_RESULT [referrer-table] [foreign-property] accessResult [referrer-property]
入れ子のクラスの概要 |
---|
インタフェース org.seasar.robot.dbflute.Entity から継承された入れ子のクラス/インタフェース |
---|
org.seasar.robot.dbflute.Entity.EntityModifiedProperties, org.seasar.robot.dbflute.Entity.InternalUtil |
フィールドの概要 | |
---|---|
protected org.seasar.robot.dbflute.Entity.EntityModifiedProperties |
__modifiedProperties
The modified properties for this entity. |
protected AccessResult |
_accessResult
ACCESS_RESULT as '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()
|
boolean |
equals(Object other)
If primary-keys or columns of the other are same as this one, returns true. |
AccessResult |
getAccessResult()
ACCESS_RESULT as 'accessResult'. |
byte[] |
getData()
[get] DATA: {LONGBLOB(2147483647)} |
org.seasar.robot.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()
Calculates the hash-code from primary-keys or columns. |
boolean |
hasModification()
|
boolean |
hasPrimaryKeyValue()
|
Set<String> |
modifiedProperties()
|
protected org.seasar.robot.dbflute.Entity.EntityModifiedProperties |
newModifiedProperties()
|
void |
setAccessResult(AccessResult accessResult)
ACCESS_RESULT as '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()
|
String |
toStringWithRelation()
|
protected String |
xbRDS(org.seasar.robot.dbflute.Entity e,
String name)
|
protected int |
xCH(int result,
Object value)
|
protected String |
xfBA(byte[] bytes)
|
protected boolean |
xSV(Object value1,
Object value2)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected Long _id
protected String _transformerName
protected byte[] _data
protected String _encoding
protected final org.seasar.robot.dbflute.Entity.EntityModifiedProperties __modifiedProperties
protected AccessResult _accessResult
コンストラクタの詳細 |
---|
public BsAccessResultData()
メソッドの詳細 |
---|
public String getTableDbName()
org.seasar.robot.dbflute.Entity
内の getTableDbName
public String getTablePropertyName()
org.seasar.robot.dbflute.Entity
内の getTablePropertyName
public org.seasar.robot.dbflute.dbmeta.DBMeta getDBMeta()
org.seasar.robot.dbflute.Entity
内の getDBMeta
public boolean hasPrimaryKeyValue()
org.seasar.robot.dbflute.Entity
内の hasPrimaryKeyValue
public AccessResult getAccessResult()
public void setAccessResult(AccessResult accessResult)
accessResult
- The entity of foreign property 'accessResult'. (NullAllowed)public Set<String> modifiedProperties()
org.seasar.robot.dbflute.Entity
内の modifiedProperties
public void clearModifiedInfo()
org.seasar.robot.dbflute.Entity
内の clearModifiedInfo
public boolean hasModification()
org.seasar.robot.dbflute.Entity
内の hasModification
protected org.seasar.robot.dbflute.Entity.EntityModifiedProperties newModifiedProperties()
public boolean equals(Object other)
Object
内の equals
other
- The other entity. (NullAllowed)
protected boolean xSV(Object value1, Object value2)
public int hashCode()
Object
内の hashCode
protected int xCH(int result, Object value)
public String toString()
Object
内の toString
public String toStringWithRelation()
org.seasar.robot.dbflute.Entity
内の toStringWithRelation
protected String xbRDS(org.seasar.robot.dbflute.Entity e, String name)
public String buildDisplayString(String name, boolean column, boolean relation)
org.seasar.robot.dbflute.Entity
内の buildDisplayString
name
- The name for display. (NullAllowed: If it's null, it does not have a name)column
- Does it contains column values or not?relation
- Does it contains relation existences or not?
protected String buildColumnString()
protected String xfBA(byte[] bytes)
protected String buildRelationString()
public Long getId()
public void setId(Long id)
id
- The value of the column 'ID'. (NullAllowed)public String getTransformerName()
public void setTransformerName(String transformerName)
transformerName
- The value of the column 'TRANSFORMER_NAME'. (NullAllowed)public byte[] getData()
public void setData(byte[] data)
data
- The value of the column 'DATA'. (NullAllowed)public String getEncoding()
public void setEncoding(String encoding)
encoding
- The value of the column 'ENCODING'. (NullAllowed)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |