logdog.Common.DataStore
Class PMF

java.lang.Object
  extended by logdog.Common.DataStore.PMF

public final class PMF
extends java.lang.Object

DataStore에 접근하기 위한 싱글턴 객체이다.

Since:
2012. 11. 15.오전 5:57:30 TODO
Author:
Karuana

Field Summary
private static javax.jdo.PersistenceManagerFactory pmfInstance
          싱글턴 객체
 
Constructor Summary
private PMF()
           
 
Method Summary
static javax.jdo.PersistenceManagerFactory getPMF()
          PMF를 리턴한다.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pmfInstance

private static final javax.jdo.PersistenceManagerFactory pmfInstance
싱글턴 객체

Constructor Detail

PMF

private PMF()
Method Detail

getPMF

public static javax.jdo.PersistenceManagerFactory getPMF()
PMF를 리턴한다.

Returns:
Since:
2012. 11. 15.오전 6:01:44 TODO