org.seasar.framework.jpa.impl
クラス DummyEntityManagerDialect

java.lang.Object
  上位を拡張 org.seasar.framework.jpa.impl.DummyEntityManagerDialect
すべての実装されたインタフェース:
Dialect

public class DummyEntityManagerDialect
extends Object
implements Dialect

作成者:
koichik

フィールドの概要
protected  DialectManager dialectManager
           
 
コンストラクタの概要
DummyEntityManagerDialect()
           
 
メソッドの概要
 void destroy()
           
 Connection getConnection(EntityManager em)
           
 void initialize()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

dialectManager

protected DialectManager dialectManager
コンストラクタの詳細

DummyEntityManagerDialect

public DummyEntityManagerDialect()
メソッドの詳細

initialize

public void initialize()

destroy

public void destroy()

getConnection

public Connection getConnection(EntityManager em)
定義:
インタフェース Dialect 内の getConnection


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.