org.apache.cayenne.jpa.map
Class JpaSqlResultSetMapping

java.lang.Object
  extended by org.apache.cayenne.jpa.map.JpaSqlResultSetMapping

public class JpaSqlResultSetMapping
extends Object


Field Summary
protected  Collection<JpaColumnResult> columnResults
           
protected  Collection<JpaEntityResult> entityResults
           
protected  String name
           
 
Constructor Summary
JpaSqlResultSetMapping()
           
JpaSqlResultSetMapping(SqlResultSetMapping annotation)
           
 
Method Summary
 Collection<JpaColumnResult> getColumnResults()
           
 Collection<JpaEntityResult> getEntityResults()
           
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

entityResults

protected Collection<JpaEntityResult> entityResults

columnResults

protected Collection<JpaColumnResult> columnResults
Constructor Detail

JpaSqlResultSetMapping

public JpaSqlResultSetMapping()

JpaSqlResultSetMapping

public JpaSqlResultSetMapping(SqlResultSetMapping annotation)
Method Detail

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.