fr.ird.observe.spi.WithDbModelHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-persistence Show documentation
Show all versions of common-persistence Show documentation
ObServe Toolkit Common Persistence module
package fr.ird.observe.spi;
import io.ultreia.java4all.application.context.ApplicationComponent;
import io.ultreia.java4all.application.context.ApplicationContext;
import io.ultreia.java4all.util.SingletonSupplier;
import javax.annotation.Generated;
@Generated(value = "io.ultreia.java4all.application.context.spi.GenerateApplicationComponentProcessor", date = "Mon Apr 13 17:22:53 UTC 2020")
public interface WithDbModelHelper {
default DbModelHelper getDbModelHelper() {
return DbModelHelperApplicationComponent.value();
}
}