java.lang.Object
io.ebeaninternal.extraddl.model.ExtraDdlXmlReader
Read ExtraDdl from an XML document.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildExtra(io.ebean.annotation.Platform platform, boolean drops) Return the combined extra DDL that should be run given the platform name.static StringbuildPartitioning(io.ebean.annotation.Platform platform) Return any extra DDL for supporting partitioning given the database platform.static ExtraDdlread()Read the extra ddl.static ExtraDdlread(InputStream is) Read and return a ExtraDdl from an xml document.static ExtraDdlRead the builtin extra ddl.static ExtraDdlRead the builtin extra ddl to support table partitioning.
-
Constructor Details
-
ExtraDdlXmlReader
public ExtraDdlXmlReader()
-
-
Method Details
-
buildExtra
Return the combined extra DDL that should be run given the platform name. -
buildPartitioning
Return any extra DDL for supporting partitioning given the database platform. -
readBuiltin
Read the builtin extra ddl. (Stored procedures, tvp types etc) -
readBuiltinTablePartitioning
Read the builtin extra ddl to support table partitioning. -
read
Read the extra ddl. -
read
Read and return a ExtraDdl from an xml document.
-