org.guiceex.jpa.utils
クラス JPASupportUtils

java.lang.Object
  上位を拡張 org.guiceex.jpa.utils.JPASupportUtils

public class JPASupportUtils
extends Object

JPAサポートのユーティリティクラスです。


コンストラクタの概要
JPASupportUtils()
           
 
メソッドの概要
static void close()
          JPAサポートを終了します。
static Map<String,String> persistencePropertiesToMap(PersistenceProperty[] properties)
          @PersistencePropertyアノテーションの配列をMapに変換します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JPASupportUtils

public JPASupportUtils()
メソッドの詳細

close

public static void close()
JPAサポートを終了します。


persistencePropertiesToMap

public static Map<String,String> persistencePropertiesToMap(PersistenceProperty[] properties)
@PersistencePropertyアノテーションの配列をMapに変換します。



Copyright © 2007. All Rights Reserved.