Package com.github.marschall.storedprocedureproxy.spi
Contains interfaces that may be implemented by users to customize
functionality if the default behavior is not appropriate for their
use case.
-
Interface Summary Interface Description NamingStrategy Derives a database name of an object from the Java name of an object.TypeMapper Maps a Java type to a SQL type.TypeNameResolver Resolves the SQL name of a type.