Class SqlLoader
java.lang.Object
io.ciera.runtime.instanceloading.sql.SqlLoader
- All Implemented Interfaces:
IPopulationLoader
,ISqlLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIn()
getOut()
void
load()
void
serialize
(IChangeLog changeLog) void
setIn
(InputStream in) void
setOut
(OutputStream out) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.ciera.runtime.instanceloading.IPopulationLoader
serialize
Methods inherited from interface io.ciera.runtime.instanceloading.sql.ISqlLoader
batchRelate, insert, link
-
Constructor Details
-
SqlLoader
-
-
Method Details
-
load
- Specified by:
load
in interfaceIPopulationLoader
- Throws:
XtumlException
-
serialize
- Specified by:
serialize
in interfaceIPopulationLoader
- Throws:
XtumlException
-
setIn
- Specified by:
setIn
in interfaceISqlLoader
-
getIn
- Specified by:
getIn
in interfaceISqlLoader
-
setOut
- Specified by:
setOut
in interfaceISqlLoader
-
getOut
- Specified by:
getOut
in interfaceISqlLoader
-