org.apache.cayenne.jpa.map
Class JpaSqlResultSetMapping
java.lang.Object
org.apache.cayenne.jpa.map.JpaSqlResultSetMapping
- All Implemented Interfaces:
- XMLSerializable
public class JpaSqlResultSetMapping
- extends Object
- implements XMLSerializable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
entityResults
protected Collection<JpaEntityResult> entityResults
columnResults
protected Collection<JpaColumnResult> columnResults
JpaSqlResultSetMapping
public JpaSqlResultSetMapping()
JpaSqlResultSetMapping
public JpaSqlResultSetMapping(javax.persistence.SqlResultSetMapping annotation)
encodeAsXML
public void encodeAsXML(XMLEncoder encoder)
- Description copied from interface:
XMLSerializable
- Prints itself as XML to the provided XMLEncoder.
- Specified by:
encodeAsXML
in interface XMLSerializable
getName
public String getName()
setName
public void setName(String name)
getColumnResults
public Collection<JpaColumnResult> getColumnResults()
getEntityResults
public Collection<JpaEntityResult> getEntityResults()
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.