org.apache.cayenne.jpa.map
Class JpaNamedNativeQuery
java.lang.Object
org.apache.cayenne.jpa.map.JpaNamedQuery
org.apache.cayenne.jpa.map.JpaNamedNativeQuery
- All Implemented Interfaces:
- XMLSerializable
public class JpaNamedNativeQuery
- extends JpaNamedQuery
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resultClassName
protected String resultClassName
resultSetMapping
protected String resultSetMapping
JpaNamedNativeQuery
public JpaNamedNativeQuery()
JpaNamedNativeQuery
public JpaNamedNativeQuery(javax.persistence.NamedNativeQuery annotation)
getResultSetMapping
public String getResultSetMapping()
setResultSetMapping
public void setResultSetMapping(String resultSetMapping)
getResultClassName
public String getResultClassName()
setResultClassName
public void setResultClassName(String resultClassName)
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.