org.seasar.robot.db.allcommon
インタフェース EntityDefinedCommonColumn

すべてのスーパーインタフェース:
org.seasar.robot.dbflute.Entity

public interface EntityDefinedCommonColumn
extends org.seasar.robot.dbflute.Entity

The interface of entity defined common columns.

作成者:
DBFlute(AutoGenerator)

入れ子のクラスの概要
 
インタフェース org.seasar.robot.dbflute.Entity から継承された入れ子のクラス/インタフェース
org.seasar.robot.dbflute.Entity.EntityModifiedProperties, org.seasar.robot.dbflute.Entity.InternalUtil
 
メソッドの概要
 boolean canCommonColumnAutoSetup()
          Can the entity set up common column by auto?
 void disableCommonColumnAutoSetup()
          Disable common column auto set up.
 void enableCommonColumnAutoSetup()
          Enable common column auto set up.
 
インタフェース org.seasar.robot.dbflute.Entity から継承されたメソッド
buildDisplayString, clearModifiedInfo, getDBMeta, getTableDbName, getTablePropertyName, hasModification, hasPrimaryKeyValue, modifiedProperties, toStringWithRelation
 

メソッドの詳細

enableCommonColumnAutoSetup

void enableCommonColumnAutoSetup()
Enable common column auto set up.
It's only for after disable because the default is enabled.


disableCommonColumnAutoSetup

void disableCommonColumnAutoSetup()
Disable common column auto set up.
This is an old style. You can get the same process by varyingInsert() and varyingUpdate() and so on.


canCommonColumnAutoSetup

boolean canCommonColumnAutoSetup()
Can the entity set up common column by auto? (basically for Framework)

戻り値:
Determination.


Copyright © 2013. All Rights Reserved.