org.seasar.robot.db.cbean.bs
クラス BsAccessResultDataCB.HpSpecification

java.lang.Object
  上位を拡張 org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification<AccessResultDataCQ>
      上位を拡張 org.seasar.robot.db.cbean.bs.BsAccessResultDataCB.HpSpecification
含まれているクラス:
BsAccessResultDataCB

public static class BsAccessResultDataCB.HpSpecification
extends org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification<AccessResultDataCQ>


フィールドの概要
protected  BsAccessResultCB.HpSpecification _accessResult
           
 
クラス org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification から継承されたフィールド
_alreadySpecifiedRequiredColumn, _baseCB, _dbmetaProvider, _purpose, _query, _qyCall, _specifiedColumnMap, _syncQyCall
 
コンストラクタの概要
BsAccessResultDataCB.HpSpecification(org.seasar.robot.dbflute.cbean.ConditionBean baseCB, org.seasar.robot.dbflute.cbean.chelper.HpSpQyCall<AccessResultDataCQ> qyCall, org.seasar.robot.dbflute.cbean.chelper.HpCBPurpose purpose, org.seasar.robot.dbflute.dbmeta.DBMetaProvider dbmetaProvider)
           
 
メソッドの概要
 org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnData()
          DATA: {LONGBLOB(2147483647)}
 org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnEncoding()
          ENCODING: {VARCHAR(20)}
 org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnId()
          ID: {PK, NotNull, BIGINT(19), FK to ACCESS_RESULT}
 org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnTransformerName()
          TRANSFORMER_NAME: {NotNull, VARCHAR(255)}
protected  void doSpecifyRequiredColumn()
           
protected  String getTableDbName()
           
 BsAccessResultCB.HpSpecification specifyAccessResult()
          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
 

フィールドの詳細

_accessResult

protected BsAccessResultCB.HpSpecification _accessResult
コンストラクタの詳細

BsAccessResultDataCB.HpSpecification

public BsAccessResultDataCB.HpSpecification(org.seasar.robot.dbflute.cbean.ConditionBean baseCB,
                                            org.seasar.robot.dbflute.cbean.chelper.HpSpQyCall<AccessResultDataCQ> qyCall,
                                            org.seasar.robot.dbflute.cbean.chelper.HpCBPurpose purpose,
                                            org.seasar.robot.dbflute.dbmeta.DBMetaProvider dbmetaProvider)
メソッドの詳細

columnId

public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnId()
ID: {PK, NotNull, BIGINT(19), FK to ACCESS_RESULT}

戻り値:
The information object of specified column. (NotNull)

columnTransformerName

public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnTransformerName()
TRANSFORMER_NAME: {NotNull, VARCHAR(255)}

戻り値:
The information object of specified column. (NotNull)

columnData

public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnData()
DATA: {LONGBLOB(2147483647)}

戻り値:
The information object of specified column. (NotNull)

columnEncoding

public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnEncoding()
ENCODING: {VARCHAR(20)}

戻り値:
The information object of specified column. (NotNull)

doSpecifyRequiredColumn

protected void doSpecifyRequiredColumn()
定義:
クラス org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification<AccessResultDataCQ> 内の doSpecifyRequiredColumn

getTableDbName

protected String getTableDbName()
定義:
クラス org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification<AccessResultDataCQ> 内の getTableDbName

specifyAccessResult

public BsAccessResultCB.HpSpecification specifyAccessResult()
Prepare to specify functions about relation table.
ACCESS_RESULT as 'accessResult'.

戻り値:
The instance for specification for relation table to specify. (NotNull)


Copyright © 2012. All Rights Reserved.