Class ManagedDataSourceFactory

    • Constructor Detail

      • ManagedDataSourceFactory

        public ManagedDataSourceFactory()
    • Method Detail

      • create

        public static ManagedDataSource create​(DataSource ds)
        Create a ManagedDataSource proxy for an existing data source. This will create a dynamic proxy implementing the same interfaces as the original data source.
        Parameters:
        ds - the original data source
        Returns:
        a data source proxy implementing ManagedDataSource