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>
クラス 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.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 java.lang.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.