- 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 Constructor Description PdoRemoteSessionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.tentackle.session.RemoteSessioncreate(RemoteDbSession remoteDbSession)
-
-
-
Method Detail
-
create
public org.tentackle.session.RemoteSession create(RemoteDbSession remoteDbSession)
- Specified by:
createin interfaceRemoteSessionFactory
-
-