Package com.github.database.rider.core.replacers
-
Interface Summary Interface Description Replacer Common interface for all replacers. -
Class Summary Class Description DateTimeReplacer based on: http://marcin-michalski.pl/2012/10/22/decorating-dbunit-datasets-power-of-replacementdataset/IncludeReplacer Replacer which replaces "[INCLUDE]path/to/the/file" with actual content of the path/to/the/file File should be available in the classpath.NullReplacer Replacer which replaces [null] placehoder with actualnullvalue.UnixTimestampReplacer Replacer which replaces [UNIX_TIMESTAMP] placeholder with Unix timestamp (obtained throughSystem.currentTimeMillis()