net.sf.jasperreports.repo
Class PersistenceUtil

java.lang.Object
  extended by net.sf.jasperreports.repo.PersistenceUtil

public final class PersistenceUtil
extends Object

Version:
$Id: PersistenceUtil.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
static PersistenceUtil getInstance(JasperReportsContext jasperReportsContext)
           
static PersistenceService getPersistenceService(Class<? extends RepositoryService> repositoryServiceType, Class<? extends Resource> resourceType)
          Deprecated. Replaced by getService(Class, Class).
 PersistenceService getService(Class<? extends RepositoryService> repositoryServiceType, Class<? extends Resource> resourceType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PersistenceUtil getInstance(JasperReportsContext jasperReportsContext)

getService

public PersistenceService getService(Class<? extends RepositoryService> repositoryServiceType,
                                     Class<? extends Resource> resourceType)

getPersistenceService

public static PersistenceService getPersistenceService(Class<? extends RepositoryService> repositoryServiceType,
                                                       Class<? extends Resource> resourceType)
Deprecated. Replaced by getService(Class, Class).



Copyright © 2012. All Rights Reserved.