All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.laz.casual.jca.CasualManagedConnectionProducer Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
/*
 * Copyright (c) 2022, The casual project. All rights reserved.
 *
 * This software is licensed under the MIT license, https://opensource.org/licenses/MIT
 */
package se.laz.casual.jca;

@FunctionalInterface
public interface CasualManagedConnectionProducer
{
    CasualManagedConnection createManagedConnection(CasualManagedConnectionFactory mcf);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy