net.sf.jasperreports.repo
Interface PersistenceServiceFactory
- All Known Implementing Classes:
- DefaultRepositoryPersistenceServiceFactory, FileRepositoryPersistenceServiceFactory
public interface PersistenceServiceFactory
- Version:
- $Id: PersistenceServiceFactory.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
getPersistenceService
<K extends RepositoryService,L extends Resource,M extends PersistenceService> M getPersistenceService(JasperReportsContext jasperReportsContext,
Class<K> repositoryServiceType,
Class<L> resourceType)
getPersistenceService
<K extends RepositoryService,L extends Resource,M extends PersistenceService> M getPersistenceService(Class<K> repositoryServiceType,
Class<L> resourceType)
- Deprecated. Replaced by
getPersistenceService(JasperReportsContext, Class, Class).
Copyright © 2012. All Rights Reserved.