Uses of Class
org.jdbi.v3.sqlobject.SqlObjects
-
Packages that use SqlObjects Package Description org.jdbi.v3.sqlobject SQL Objects -
-
Uses of SqlObjects in org.jdbi.v3.sqlobject
Methods in org.jdbi.v3.sqlobject that return SqlObjects Modifier and Type Method Description SqlObjectsSqlObjects. createCopy()SqlObjectsSqlObjects. setDefaultParameterCustomizerFactory(ParameterCustomizerFactory defaultParameterCustomizerFactory)Configures SqlObject to use the given default parameter customizer factory.SqlObjectsSqlObjects. setSqlLocator(SqlLocator sqlLocator)Configures SqlObject to use the givenSqlLocator.
-