Package io.ebean.config
Interface ModuleInfoLoader
-
public interface ModuleInfoLoader
Loads and returns entity classes to register with Ebean databases.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Class<?>>
classesFor(String dbName, boolean defaultServer)
Return entity classes to register for a named DB (not default DB).
-
-
-
Method Detail
-
classesFor
List<Class<?>> classesFor(String dbName, boolean defaultServer)
Return entity classes to register for a named DB (not default DB).
-
-