Class DBWrappedMementoService

    • Constructor Detail

      • DBWrappedMementoService

        public DBWrappedMementoService()
        Create a new DB enhanced MementoService object.

        This constructor is generally used by CDI proxies and should not be invoked directly.

      • DBWrappedMementoService

        @Inject
        public DBWrappedMementoService​(DataSource ds)
        Create a new DB enhanced MementoService object.
        Parameters:
        ds - the DataSource object
      • DBWrappedMementoService

        public DBWrappedMementoService​(DataSource ds,
                                       MementoService service)
        Create a new DB enhanced MementoService object.
        Parameters:
        ds - the DataSource object
        service - the memento service implementation
      • DBWrappedMementoService

        public DBWrappedMementoService​(org.jdbi.v3.core.Jdbi jdbi,
                                       MementoService service)
        Create a new DB enhanced MementoService object.
        Parameters:
        jdbi - the JDBI object
        service - the memento service implementation