Module org.jooq
Package org.jooq.impl

Class AbstractXMLasObjectBinding<T>

  • All Implemented Interfaces:
    Serializable, Binding<Object,​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:
    Serialized Form