-
- All Known Implementing Classes:
Catalog
,CheckConstraint
,Column
,ElementType
,Index
,IndexColumnUsage
,InformationSchema
,InterpreterSearchSchema
,KeyColumnUsage
,MappedCatalog
,MappedSchema
,MappedTable
,Parameter
,ParseSearchSchema
,ReferentialConstraint
,RenderFormatting
,RenderMapping
,Routine
,Schema
,Sequence
,Settings
,Table
,TableConstraint
,View
@Internal public interface XMLAppendable
Interface to be implemented by JAXB annotated Java classes which are serialized to XML usingXMLBuilder
.The implementing classes are expected to call the various
append()
methods on theXMLBuilder
instance.- Author:
- Knut Wannheden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
appendTo(XMLBuilder builder)
-
-
-
Method Detail
-
appendTo
void appendTo(XMLBuilder builder)
-
-