Class JdbcAccountArchivePersistenceServiceFactory
- java.lang.Object
-
- net.anotheria.portalkit.services.accountarchive.persistence.jdbc.JdbcAccountArchivePersistenceServiceFactory
-
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.ServiceFactory<AccountArchivePersistenceService>
public class JdbcAccountArchivePersistenceServiceFactory extends java.lang.Object implements net.anotheria.anoprise.metafactory.ServiceFactory<AccountArchivePersistenceService>
- Since:
- 22.04.14 11:37
- Author:
- VKoulakov
-
-
Constructor Summary
Constructors Constructor Description JdbcAccountArchivePersistenceServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountArchivePersistenceServicecreate()
-
-
-
Method Detail
-
create
public AccountArchivePersistenceService create()
- Specified by:
createin interfacenet.anotheria.anoprise.metafactory.ServiceFactory<AccountArchivePersistenceService>
-
-