Package io.mateu.mdd.core.model.util
Class JPAAppConfigLocator
- java.lang.Object
-
- io.mateu.mdd.core.model.util.JPAAppConfigLocator
-
- All Implemented Interfaces:
AppConfigLocator
public class JPAAppConfigLocator extends Object implements AppConfigLocator
-
-
Constructor Summary
Constructors Constructor Description JPAAppConfigLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAppConfigget()ClassgetAppConfigClass()
-
-
-
Method Detail
-
get
public IAppConfig get() throws Throwable
- Specified by:
getin interfaceAppConfigLocator- Throws:
Throwable
-
getAppConfigClass
public Class getAppConfigClass()
- Specified by:
getAppConfigClassin interfaceAppConfigLocator
-
-