javax.persistence
Annotation Type NamedNativeQuery
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NamedNativeQuery
- Version:
- $Rev: 467742 $ $Date: 2006-10-25 12:30:38 -0700 (Wed, 25 Oct 2006) $
name
public abstract String name
query
public abstract String query
hints
public abstract QueryHint[] hints
- Default:
- {}
resultClass
public abstract Class resultClass
- Default:
- void.class
resultSetMapping
public abstract String resultSetMapping
- Default:
- ""
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.