クラス
org.seasar.extension.jdbc.JoinMeta の使用

JoinMeta を使用しているパッケージ
org.seasar.extension.jdbc.query S2JDBC用のクエリを扱うための実装を提供します。 
 

org.seasar.extension.jdbc.query での JoinMeta の使用
 

JoinMeta 型の型パラメータを持つ org.seasar.extension.jdbc.query のフィールド
protected  java.util.List<JoinMeta> AutoSelectImpl.joinMetaList
          結合メタデータのリストです。
 

JoinMeta を返す org.seasar.extension.jdbc.query のメソッド
protected  JoinMeta AutoSelectImpl.getJoinMeta(int index)
          結合メタデータを返します。
 

JoinMeta 型のパラメータを持つ org.seasar.extension.jdbc.query のメソッド
protected  boolean AutoSelectImpl.isLazy(PropertyMeta propertyMeta, JoinMeta joinMeta)
          プロパティのフェッチタイプがLAZYならtrueを返します。
protected  boolean AutoSelectImpl.isTargetProperty(PropertyMeta propertyMeta, JoinMeta joinMeta)
          select句に追加するプロパティならtrueを返します。
protected  void AutoSelectImpl.prepareEntity(EntityMeta em, JoinMeta joinMeta, java.lang.String tableAlias, java.util.List<PropertyMapper> propertyMapperList, java.util.List<java.lang.Integer> idIndexList)
          エンティティの準備をします。
protected  void AutoSelectImpl.prepareJoin(JoinMeta joinMeta)
          結合の準備をします。
 



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