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

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

public static class BsUrlFilterCB.HpSpecification
extends org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification<UrlFilterCQ>


フィールドの概要
 
クラス org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification から継承されたフィールド
_alreadySpecifiedRequiredColumn, _baseCB, _dbmetaProvider, _purpose, _query, _qyCall, _specifiedColumnMap, _syncQyCall
 
コンストラクタの概要
BsUrlFilterCB.HpSpecification(org.seasar.robot.dbflute.cbean.ConditionBean baseCB, org.seasar.robot.dbflute.cbean.chelper.HpSpQyCall<UrlFilterCQ> 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 columnFilterType()
          FILTER_TYPE: {IX+, NotNull, VARCHAR(1)}
 org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnId()
          ID: {PK, ID, NotNull, BIGINT(19)}
 org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnSessionId()
          SESSION_ID: {IX, NotNull, VARCHAR(20)}
 org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnUrl()
          URL: {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
 

コンストラクタの詳細

BsUrlFilterCB.HpSpecification

public BsUrlFilterCB.HpSpecification(org.seasar.robot.dbflute.cbean.ConditionBean baseCB,
                                     org.seasar.robot.dbflute.cbean.chelper.HpSpQyCall<UrlFilterCQ> 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)

columnUrl

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

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

columnFilterType

public org.seasar.robot.dbflute.cbean.chelper.HpSpecifiedColumn columnFilterType()
FILTER_TYPE: {IX+, NotNull, VARCHAR(1)}

戻り値:
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<UrlFilterCQ> 内の doSpecifyRequiredColumn

getTableDbName

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


Copyright © 2013. All Rights Reserved.