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

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

public interface EntityPropertyTypeVisitor<R,P,TH extends 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 Throwable
例外:
TH extends Throwable


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