Class MtLbMapper
- java.lang.Object
-
- io.vacco.metolithe.codegen.liquibase.MtLbMapper
-
public class MtLbMapper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MtLbMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.joox.Match>mapForeignKeys(java.util.List<io.vacco.oriax.core.OxVtx<java.lang.String,io.vacco.metolithe.core.MtDescriptor<?>>> classGroup)org.joox.MatchmapFrom(io.vacco.metolithe.core.MtDescriptor<?> d)org.joox.MatchmapSchema(io.vacco.metolithe.core.MtCaseFormat fmt, java.lang.Class<?>... schemaClasses)
-
-
-
Method Detail
-
mapForeignKeys
public java.util.List<org.joox.Match> mapForeignKeys(java.util.List<io.vacco.oriax.core.OxVtx<java.lang.String,io.vacco.metolithe.core.MtDescriptor<?>>> classGroup)
-
mapFrom
public org.joox.Match mapFrom(io.vacco.metolithe.core.MtDescriptor<?> d)
-
mapSchema
public org.joox.Match mapSchema(io.vacco.metolithe.core.MtCaseFormat fmt, java.lang.Class<?>... schemaClasses) throws java.io.IOException, org.xml.sax.SAXException- Throws:
java.io.IOExceptionorg.xml.sax.SAXException
-
-