javax.persistence
Annotation Type NamedNativeQuery
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NamedNativeQuery
- Version:
- $Rev: 467742 $ $Date: 2006-10-25 21:30:38 +0200 (Mi, 25. Okt 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-2012 The Apache Software Foundation. All Rights Reserved.