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
 
メソッドの概要
 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, clearModifiedPropertyNames, getDBMeta, getModifiedPropertyNames, getTableDbName, getTablePropertyName, hasPrimaryKeyValue, toStringWithRelation
 

メソッドの詳細

enableCommonColumnAutoSetup

void enableCommonColumnAutoSetup()
Enable common column auto set up. {for after disable because the default is enabled}


disableCommonColumnAutoSetup

void disableCommonColumnAutoSetup()
Disable common column auto set up.


canCommonColumnAutoSetup

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

戻り値:
Determination.


Copyright © 2010. All Rights Reserved.