Class PdoRemoteSessionFactory

  • All Implemented Interfaces:
    org.tentackle.dbms.RemoteSessionFactory

    @Service(org.tentackle.dbms.RemoteSessionFactory.class)
    public class PdoRemoteSessionFactory
    extends java.lang.Object
    implements org.tentackle.dbms.RemoteSessionFactory
    PDO-aware implementation for a remote session factory.
    Author:
    harald
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.tentackle.session.RemoteSession create​(org.tentackle.dbms.rmi.RemoteDbSession remoteDbSession)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PdoRemoteSessionFactory

        public PdoRemoteSessionFactory()
    • Method Detail

      • create

        public org.tentackle.session.RemoteSession create​(org.tentackle.dbms.rmi.RemoteDbSession remoteDbSession)
        Specified by:
        create in interface org.tentackle.dbms.RemoteSessionFactory