Skip to content

Stardog Spring 1.2.3

Compare
Choose a tag to compare
@AlBaker AlBaker released this 02 Jul 19:39
· 78 commits to master since this release

Stardog-Spring 1.2.3 release, compatible with Stardog 1.2.3 and prior.

This is Spring Framework integration for Stardog RDF Database. These bindings provide Spring aware beans to provide an analogous feature set to Spring's jdbcTemplate.

Applications requiring a batch framework can also take advantage of Spring Batch. The appropriate Spring Batch reader/writers for Stardog are also included.

Main changes are the new out of the box mappers for common result set mapping operations, namely the SimpleRowMapper which returns Map<String,String> and SingleMapper which returns a string.