org.bigraphs.spring.data.cdo.CdoSessionProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-data-cdo Show documentation
Show all versions of spring-data-cdo Show documentation
CDO support for Spring Data
package org.bigraphs.spring.data.cdo;
import org.bigraphs.spring.data.cdo.config.CdoClientSessionOptions;
/**
* @author Dominik Grzelak
*/
@FunctionalInterface
public interface CdoSessionProvider {
/**
* Obtain a {@link CdoClientSession} with the given options.
*
* @param options
* @return
*/
CdoClientSession getSession(CdoClientSessionOptions options);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy