org.asyrinx.joey.om
インタフェース SearchCondition

すべてのスーパーインタフェース:
java.lang.Cloneable, java.io.Serializable
既知の実装クラスの一覧:
AbstractSearchCondition

public interface SearchCondition
extends java.io.Serializable, java.lang.Cloneable

作成者:
akima

フィールドの概要
static SearchCondition NONE
           
 
メソッドの概要
 void attach(ConditionTranslator conditionTranslater)
           
 int getMaxRecordCount()
           
 void setMaxRecordCount(int value)
           
 

フィールドの詳細

NONE

public static final SearchCondition NONE
メソッドの詳細

getMaxRecordCount

public int getMaxRecordCount()

setMaxRecordCount

public void setMaxRecordCount(int value)

attach

public void attach(ConditionTranslator conditionTranslater)


Copyright © 2004 asyrinx organization. All Rights Reserved.