Uses of Class
org.apache.cayenne.util.XMLEncoder
Package
Description
Cayenne data expression classes.
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
General utility classes.
-
Uses of XMLEncoder in org.apache.cayenne.configuration
Modifier and TypeMethodDescriptionvoid
DataChannelDescriptor.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) void
DataNodeDescriptor.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) -
Uses of XMLEncoder in org.apache.cayenne.conn
Modifier and TypeMethodDescriptionvoid
DataSourceInfo.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) -
Uses of XMLEncoder in org.apache.cayenne.exp
Modifier and TypeMethodDescriptionvoid
Expression.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Encodes itself, wrapping the string into XML CDATA section. -
Uses of XMLEncoder in org.apache.cayenne.map
Modifier and TypeMethodDescriptionabstract void
Attribute.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) void
DataMap.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Prints itself as XML to the provided PrintWriter.void
DbAttribute.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Prints itself as XML to the provided XMLEncoder.void
DbEntity.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Prints itself as XML to the provided XMLEncoder.void
DbJoin.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Prints itself as XML to the provided XMLEncoder.void
DbKeyGenerator.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Prints itself as XML to the provided XMLEncoder.void
DbRelationship.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Prints itself as XML to the provided XMLEncoder.void
EJBQLQueryDescriptor.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) void
Embeddable.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) XMLSerializable
implementation that generates XML for embeddable.void
EmbeddableAttribute.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) void
EmbeddedAttribute.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) void
ObjAttribute.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Prints itself as XML to the provided XMLEncoder.void
ObjEntity.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Prints itself as XML to the provided XMLEncoder.void
ObjRelationship.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Prints itself as XML to the provided XMLEncoder.void
Procedure.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Prints itself as XML to the provided XMLEncoder.void
ProcedureParameter.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Prints itself as XML to the provided PrintWriter.void
ProcedureQueryDescriptor.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) void
QueryDescriptor.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) void
SelectQueryDescriptor.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) void
SQLTemplateDescriptor.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) void
CallbackMap.encodeCallbacksAsXML
(XMLEncoder encoder) -
Uses of XMLEncoder in org.apache.cayenne.query
Modifier and TypeMethodDescriptionvoid
Ordering.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Encodes itself as a query ordering.void
PrefetchTreeNode.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) -
Uses of XMLEncoder in org.apache.cayenne.util
Modifier and TypeMethodDescriptionXMLEncoder.end()
This method will track presence of nested tags and print closure accordinglyXMLEncoder.indent
(int i) XMLEncoder.nested
(Collection<? extends XMLSerializable> collection, ConfigurationNodeVisitor delegate) XMLEncoder.nested
(Map<?, ? extends XMLSerializable> map, ConfigurationNodeVisitor delegate) XMLEncoder.nested
(XMLSerializable object, ConfigurationNodeVisitor delegate) XMLEncoder.println()
XMLEncoder.projectVersion()
Inserts an optional project version attribute in the output.Prints a common XML element - property with name and value.Prints a common XML element - property with name and value.Prints a common XML element - property with name and value.Prints common XML element - tag with name and text value (<tag>value</tag>) If value is empty, nothing will be printed.Modifier and TypeMethodDescriptionvoid
XMLSerializable.encodeAsXML
(XMLEncoder encoder, ConfigurationNodeVisitor delegate) Prints itself as XML to the provided XMLEncoder.