Package org.jdbi.v3.sqlobject.customizer


package org.jdbi.v3.sqlobject.customizer

The sqlobject.customizer package provides annotations that customize the execution of a statement. The most common utility is binding parameters with @Bind but there are also miscellaneous JDBC options supported here such as timeouts and fetch size.