Uses of Interface
com.d3x.core.db.DatabaseMapping.Binder
-
Packages that use DatabaseMapping.Binder Package Description com.d3x.core.db -
-
Uses of DatabaseMapping.Binder in com.d3x.core.db
Fields in com.d3x.core.db with type parameters of type DatabaseMapping.Binder Modifier and Type Field Description private com.d3x.core.util.Option<DatabaseMapping.Binder<T>>DatabaseUpdate. binderMethods in com.d3x.core.db that return DatabaseMapping.Binder Modifier and Type Method Description private DatabaseMapping.Binder<T>Database.BasicMapping. binder()Returns a newly created binder appropriate for typeDatabaseMapping.Binder<T>Database.BasicMapping. delete()default DatabaseMapping.Binder<T>DatabaseMapping. delete()The binder to bind arguments to a PreparedStatement for affecting deletesDatabaseMapping.Binder<T>Database.BasicMapping. insert()default DatabaseMapping.Binder<T>DatabaseMapping. insert()The binder to bind arguments to a PreparedStatement for affecting insertsDatabaseMapping.Binder<DatabaseRecord>DatabaseRecord.Mapping. insert()private DatabaseMapping.Binder<T>DatabaseUpdate. resolveBinder()Returns the binder for this updatedefault DatabaseMapping.Binder<T>DatabaseMapping. update()The binder to bind arguments to a PreparedStatement for affecting updatesMethods in com.d3x.core.db with parameters of type DatabaseMapping.Binder Modifier and Type Method Description DatabaseUpdate<T>DatabaseUpdate. binder(DatabaseMapping.Binder<T> binder)Applies a custom binder to this updateprivate intDatabaseUpdate. execute(java.util.Iterator<T> iterator, java.lang.String sql, DatabaseMapping.Binder<T> binder)Executes this operation over the stream of records
-