org.bigraphs.spring.data.cdo.CdoServerSessionPool 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;
/**
* @author Dominik Grzelak
*/
public class CdoServerSessionPool {
private volatile boolean closing;
private volatile boolean closed;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy