Uses of Class
io.ebeaninternal.extraddl.model.ExtraDdl
-
Packages that use ExtraDdl Package Description io.ebeaninternal.extraddl.model -
-
Uses of ExtraDdl in io.ebeaninternal.extraddl.model
Methods in io.ebeaninternal.extraddl.model that return ExtraDdl Modifier and Type Method Description ExtraDdlObjectFactory. createExtraDdl()Create an instance ofExtraDdlstatic ExtraDdlExtraDdlXmlReader. read()Read the extra ddl.static ExtraDdlExtraDdlXmlReader. read(InputStream is)Read and return a ExtraDdl from an xml document.static ExtraDdlExtraDdlXmlReader. readBuiltin()Read the builtin extra ddl.static ExtraDdlExtraDdlXmlReader. readBuiltinTablePartitioning()Read the builtin extra ddl to support table partitioning.
-