Module org.jooq
Package org.jooq.impl

Class AbstractBinding<T,​U>

java.lang.Object
org.jooq.impl.AbstractBinding<T,​U>
All Implemented Interfaces:
Serializable, Binding<T,​U>

public abstract class AbstractBinding<T,​U> extends Object implements Binding<T,​U>
A convenient base implementation for custom bindings, simplifies the implementation.

The simplification is provided by offering empty implementations for rarely used methods, such as those for stored procedure OUT parameter support:

or SQLData serialisation support (e.g. for Oracle user defined types):

Author:
Lukas Eder
See Also:
Serialized Form