org.seasar.doma.jdbc.entity
インタフェース EntityPropertyTypeVisitor<R,P,TH extends java.lang.Throwable>

型パラメータ:
R - 戻り値の型
P - パラメータの型
TH - 例外の型
すべてのスーパーインタフェース:
org.seasar.doma.internal.jdbc.criteria.CriterionVisitor<R,P,TH>

public interface EntityPropertyTypeVisitor<R,P,TH extends java.lang.Throwable>
extends org.seasar.doma.internal.jdbc.criteria.CriterionVisitor<R,P,TH>

EntityPropertyType のビジターです。

作成者:
taedium

メソッドの概要
<E,V> R
visitEntityPropertyType(EntityPropertyType<E,V> propertyType, P p)
           
 
インタフェース org.seasar.doma.internal.jdbc.criteria.CriterionVisitor から継承されたメソッド
visitUnknownExpression
 

メソッドの詳細

visitEntityPropertyType

<E,V> R visitEntityPropertyType(EntityPropertyType<E,V> propertyType,
                                P p)
                          throws TH extends java.lang.Throwable
例外:
TH extends java.lang.Throwable


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.