|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification<AccessResultCQ>
org.seasar.robot.db.cbean.bs.BsAccessResultCB.HpSpecification
public static class BsAccessResultCB.HpSpecification
フィールドの概要 | |
---|---|
protected BsAccessResultDataCB.HpSpecification |
_accessResultDataAsOne
|
クラス org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification から継承されたフィールド |
---|
_alreadySpecifiedRequiredColumn, _baseCB, _dbmetaProvider, _purpose, _query, _qyCall, _specifiedColumnMap, _syncQyCall |
コンストラクタの概要 | |
---|---|
BsAccessResultCB.HpSpecification(org.seasar.robot.dbflute.cbean.ConditionBean baseCB,
org.seasar.robot.dbflute.cbean.chelper.HpSpQyCall<AccessResultCQ> qyCall,
org.seasar.robot.dbflute.cbean.chelper.HpCBPurpose purpose,
org.seasar.robot.dbflute.dbmeta.DBMetaProvider dbmetaProvider)
|
メソッドの概要 | |
---|---|
org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn |
columnContentLength()
CONTENT_LENGTH: {NotNull, BIGINT(19)} |
org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn |
columnCreateTime()
CREATE_TIME: {IX+, NotNull, DATETIME(19)} |
org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn |
columnExecutionTime()
EXECUTION_TIME: {NotNull, INT(10)} |
org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn |
columnHttpStatusCode()
HTTP_STATUS_CODE: {NotNull, INT(10)} |
org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn |
columnId()
ID: {PK, ID, NotNull, BIGINT(19)} |
org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn |
columnLastModified()
LAST_MODIFIED: {NotNull, DATETIME(19)} |
org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn |
columnMethod()
METHOD: {NotNull, VARCHAR(10)} |
org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn |
columnMimeType()
MIME_TYPE: {NotNull, VARCHAR(100)} |
org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn |
columnParentUrl()
PARENT_URL: {TEXT(65535)} |
org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn |
columnRuleId()
RULE_ID: {VARCHAR(20)} |
org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn |
columnSessionId()
SESSION_ID: {IX, NotNull, VARCHAR(20)} |
org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn |
columnStatus()
STATUS: {NotNull, INT(10)} |
org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn |
columnUrl()
URL: {IX+, NotNull, TEXT(65535)} |
protected void |
doSpecifyRequiredColumn()
|
protected String |
getTableDbName()
|
BsAccessResultDataCB.HpSpecification |
specifyAccessResultDataAsOne()
Prepare to specify functions about relation table. |
クラス org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification から継承されたメソッド |
---|
assertColumn, assertDerived, assertRelation, createCBExThrower, createSpecifiedColumn, doColumn, getSpecifiedColumn, hasDerivedReferrer, isAlreadySpecifiedRequiredColumn, isNormalUse, isRequiredColumnSpecificationEnabled, isSpecifiedColumn, ln, qyCall, saveSpecifiedColumn, throwSpecifyColumnNotSetupSelectColumnException, throwSpecifyColumnTwoOrMoreColumnException, throwSpecifyColumnWithDerivedReferrerException, throwSpecifyDerivedReferrerIllegalPurposeException, throwSpecifyDerivedReferrerTwoOrMoreException, throwSpecifyRelationIllegalPurposeException, xhasSyncQyCall, xsetSyncQyCall, xsyncQyCall |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected BsAccessResultDataCB.HpSpecification _accessResultDataAsOne
コンストラクタの詳細 |
---|
public BsAccessResultCB.HpSpecification(org.seasar.robot.dbflute.cbean.ConditionBean baseCB, org.seasar.robot.dbflute.cbean.chelper.HpSpQyCall<AccessResultCQ> qyCall, org.seasar.robot.dbflute.cbean.chelper.HpCBPurpose purpose, org.seasar.robot.dbflute.dbmeta.DBMetaProvider dbmetaProvider)
メソッドの詳細 |
---|
public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnId()
public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnSessionId()
public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnRuleId()
public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnUrl()
public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnParentUrl()
public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnStatus()
public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnHttpStatusCode()
public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnMethod()
public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnMimeType()
public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnContentLength()
public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnExecutionTime()
public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnLastModified()
public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnCreateTime()
protected void doSpecifyRequiredColumn()
org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification<AccessResultCQ>
内の doSpecifyRequiredColumn
protected String getTableDbName()
org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification<AccessResultCQ>
内の getTableDbName
public BsAccessResultDataCB.HpSpecification specifyAccessResultDataAsOne()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |