Uses of Package
com.github.marschall.storedprocedureproxy.spi
-
Packages that use com.github.marschall.storedprocedureproxy.spi Package Description com.github.marschall.storedprocedureproxy 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. -
Classes in com.github.marschall.storedprocedureproxy.spi used by com.github.marschall.storedprocedureproxy Class 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. -
Classes in com.github.marschall.storedprocedureproxy.spi used by com.github.marschall.storedprocedureproxy.spi Class Description NamingStrategy Derives a database name of an object from the Java name of an object.