java.lang.Object
org.tentackle.persist.PdoRemoteSessionFactory
- All Implemented Interfaces:
RemoteSessionFactory
@Service(org.tentackle.dbms.RemoteSessionFactory.class)
public class PdoRemoteSessionFactory
extends Object
implements RemoteSessionFactory
PDO-aware implementation for a remote session factory.
- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.tentackle.session.RemoteSessioncreate(RemoteDbSession remoteDbSession)
-
Constructor Details
-
PdoRemoteSessionFactory
public PdoRemoteSessionFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceRemoteSessionFactory
-