org.springframework.content.jpa.config.JpaStoreProperties Maven / Gradle / Ivy
package org.springframework.content.jpa.config;
public interface JpaStoreProperties {
JpaStoreProperties commitTimeout(int seconds);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy