Package io.ebeaninternal.dbmigration
Class Detect
- java.lang.Object
-
- io.ebeaninternal.dbmigration.Detect
-
-
Constructor Summary
Constructors Constructor Description Detect()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisJAXBPresent(io.ebean.config.DatabaseConfig config)Return true if JAXB is present.
-
-
-
Constructor Detail
-
Detect
public Detect()
-
-
Method Detail
-
isJAXBPresent
public static boolean isJAXBPresent(io.ebean.config.DatabaseConfig config)
Return true if JAXB is present.
-
-