Package io.ciera.runtime.instanceloading
Interface IPopulationLoader
-
- All Known Subinterfaces:
ISqlLoader
- All Known Implementing Classes:
SqlLoader
public interface IPopulationLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload()voidserialize()voidserialize(IChangeLog changeLog)
-
-
-
Method Detail
-
load
void load() throws XtumlException
- Throws:
XtumlException
-
serialize
void serialize() throws XtumlException- Throws:
XtumlException
-
serialize
void serialize(IChangeLog changeLog) throws XtumlException
- Throws:
XtumlException
-
-