Skip to content

What is and What is not

Muhammad Hewedy edited this page Mar 4, 2017 · 1 revision

What is:

spwrap is a simple utility/framework/library that facilitate the call of stored procedures from Java code.

What is NOT:

spwrap is not a mapping utility/framework/library that do auto map from the database to user domain objects.

It is always good to write the Mappers yourself, however in some cases you might need to use the AutoMapper mode which is provided based on spring-jdbc or commons-dbutil.

spwrap doesn't do auto-mapping from DB to Java, and if you need to use the AutoMappers, you need to read more about the mapping in spring-jdbc/commons-dbutil.