Module org.jooq
Package org.jooq.impl

Class AbstractXMLasObjectBinding<T>

java.lang.Object
org.jooq.impl.AbstractXMLasObjectBinding<T>
All Implemented Interfaces:
Serializable, Binding<XML,T>

public class AbstractXMLasObjectBinding<T> extends Object
A binding that binds JAXB-annotated Object types to SQLXML types from your database.

Subtypes may extend this type to provide actual bound type.

Author:
Lukas Eder
See Also: