Package | Description |
---|---|
org.apache.cayenne.configuration | |
org.apache.cayenne.conn | |
org.apache.cayenne.exp |
Cayenne data expression classes.
|
org.apache.cayenne.map |
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
|
org.apache.cayenne.query |
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
|
org.apache.cayenne.util |
General utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseConfigurationNodeVisitor<T>
A
ConfigurationNodeVisitor that does nothing, used as a convenience superclass
for partial visitors. |
class |
EmptyConfigurationNodeVisitor |
Modifier and Type | Field and Description |
---|---|
protected ConfigurationNodeVisitor<String> |
DefaultConfigurationNameMapper.nameMapper |
Modifier and Type | Method and Description |
---|---|
<T> T |
ConfigurationNode.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
<T> T |
DataChannelDescriptor.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
<T> T |
DataNodeDescriptor.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
void |
DataChannelDescriptor.encodeAsXML(XMLEncoder encoder,
ConfigurationNodeVisitor delegate) |
void |
DataNodeDescriptor.encodeAsXML(XMLEncoder encoder,
ConfigurationNodeVisitor delegate) |
Modifier and Type | Method and Description |
---|---|
void |
DataSourceInfo.encodeAsXML(XMLEncoder encoder,
ConfigurationNodeVisitor delegate) |
Modifier and Type | Method and Description |
---|---|
void |
Expression.encodeAsXML(XMLEncoder encoder,
ConfigurationNodeVisitor delegate)
Encodes itself, wrapping the string into XML CDATA section.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
DataMap.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
<T> T |
DbAttribute.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
<T> T |
DbEntity.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
<T> T |
DbRelationship.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
<T> T |
Embeddable.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
<T> T |
EmbeddableAttribute.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
<T> T |
ObjAttribute.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
<T> T |
ObjEntity.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
<T> T |
ObjRelationship.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
<T> T |
Procedure.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
<T> T |
ProcedureParameter.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
<T> T |
QueryDescriptor.acceptVisitor(ConfigurationNodeVisitor<T> visitor) |
abstract 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) |
Modifier and Type | Method and Description |
---|---|
void |
Ordering.encodeAsXML(XMLEncoder encoder,
ConfigurationNodeVisitor delegate)
Encodes itself as a query ordering.
|
void |
PrefetchTreeNode.encodeAsXML(XMLEncoder encoder,
ConfigurationNodeVisitor delegate) |
Modifier and Type | Method and Description |
---|---|
void |
XMLSerializable.encodeAsXML(XMLEncoder encoder,
ConfigurationNodeVisitor delegate)
Prints itself as XML to the provided XMLEncoder.
|
XMLEncoder |
XMLEncoder.nested(Collection<? extends XMLSerializable> collection,
ConfigurationNodeVisitor delegate) |
XMLEncoder |
XMLEncoder.nested(Map<?,? extends XMLSerializable> map,
ConfigurationNodeVisitor delegate) |
XMLEncoder |
XMLEncoder.nested(XMLSerializable object,
ConfigurationNodeVisitor delegate) |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.