Uses of Class
org.simpleflatmapper.jdbc.ConnectedCrud
Packages that use ConnectedCrud
-
Uses of ConnectedCrud in org.simpleflatmapper.jdbc
Methods in org.simpleflatmapper.jdbc that return ConnectedCrudModifier and TypeMethodDescriptionCrudDSL.table(DataSource dataSource, String table) Create a connected crud against the specified table validating it against the specified datasource.CrudDSL.to(DataSource dataSource) Create a connected crud validating it against the specified datasource.