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

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

public static class BsUrlQueueCB.HpSpecification
extends org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification<UrlQueueCQ>


フィールドの概要
 
クラス org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification から継承されたフィールド
_alreadySpecifiedRequiredColumn, _baseCB, _dbmetaProvider, _purpose, _query, _qyCall, _specifiedColumnMap, _syncQyCall
 
コンストラクタの概要
BsUrlQueueCB.HpSpecification(org.seasar.robot.dbflute.cbean.ConditionBean baseCB, org.seasar.robot.dbflute.cbean.chelper.HpSpQyCall<UrlQueueCQ> qyCall, org.seasar.robot.dbflute.cbean.chelper.HpCBPurpose purpose, org.seasar.robot.dbflute.dbmeta.DBMetaProvider dbmetaProvider)
           
 
メソッドの概要
 org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnCreateTime()
          CREATE_TIME: {IX+, NotNull, DATETIME(19)}
 org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnDepth()
          DEPTH: {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: {DATETIME(19)}
 org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnMethod()
          METHOD: {NotNull, VARCHAR(10)}
 org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnParentUrl()
          PARENT_URL: {TEXT(65535)}
 org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnSessionId()
          SESSION_ID: {IX, NotNull, VARCHAR(20)}
 org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnUrl()
          URL: {IX+, NotNull, TEXT(65535)}
protected  void doSpecifyRequiredColumn()
           
protected  String getTableDbName()
           
 
クラス 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
 

コンストラクタの詳細

BsUrlQueueCB.HpSpecification

public BsUrlQueueCB.HpSpecification(org.seasar.robot.dbflute.cbean.ConditionBean baseCB,
                                    org.seasar.robot.dbflute.cbean.chelper.HpSpQyCall<UrlQueueCQ> 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, ID, NotNull, BIGINT(19)}

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

columnSessionId

public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnSessionId()
SESSION_ID: {IX, NotNull, VARCHAR(20)}

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

columnMethod

public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnMethod()
METHOD: {NotNull, VARCHAR(10)}

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

columnUrl

public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnUrl()
URL: {IX+, NotNull, TEXT(65535)}

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

columnParentUrl

public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnParentUrl()
PARENT_URL: {TEXT(65535)}

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

columnDepth

public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnDepth()
DEPTH: {NotNull, INT(10)}

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

columnLastModified

public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnLastModified()
LAST_MODIFIED: {DATETIME(19)}

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

columnCreateTime

public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnCreateTime()
CREATE_TIME: {IX+, NotNull, DATETIME(19)}

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

doSpecifyRequiredColumn

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

getTableDbName

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


Copyright © 2013. All Rights Reserved.