org.xenei.jena.entities
Class EntityManagerFactory

java.lang.Object
  extended by org.xenei.jena.entities.EntityManagerFactory

public class EntityManagerFactory
extends Object

Factory to create EntityManagers.


Constructor Summary
EntityManagerFactory()
           
 
Method Summary
static EntityManager getEntityManager()
           
static void setEntityManager(EntityManager manager)
          Set the entity manager that the factory will return.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityManagerFactory

public EntityManagerFactory()
Method Detail

getEntityManager

public static EntityManager getEntityManager()
Returns:
the entity manager

setEntityManager

public static void setEntityManager(EntityManager manager)
Set the entity manager that the factory will return.

Parameters:
manager -


Copyright © 2012 XENEI.com. All Rights Reserved.