Package net.sf.jasperreports.castor.repo
Class CastorRepositoryPersistenceServiceFactory
java.lang.Object
net.sf.jasperreports.castor.repo.CastorRepositoryPersistenceServiceFactory
- All Implemented Interfaces:
PersistenceServiceFactory
public class CastorRepositoryPersistenceServiceFactory
extends Object
implements PersistenceServiceFactory
Deprecated.
To be removed.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.<K extends RepositoryService,L extends Resource>
PersistenceServicegetPersistenceService(JasperReportsContext jasperReportsContext, Class<K> repositoryServiceType, Class<L> resourceType) Deprecated.
-
Constructor Details
-
CastorRepositoryPersistenceServiceFactory
public CastorRepositoryPersistenceServiceFactory()Deprecated.
-
-
Method Details
-
getInstance
Deprecated. -
getPersistenceService
public <K extends RepositoryService,L extends Resource> PersistenceService getPersistenceService(JasperReportsContext jasperReportsContext, Class<K> repositoryServiceType, Class<L> resourceType) Deprecated.- Specified by:
getPersistenceServicein interfacePersistenceServiceFactory
-