javax.persistence
Annotation Type NamedQuery


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NamedQuery

Version:
$Rev: 467742 $ $Date: 2006-10-25 12:30:38 -0700 (Wed, 25 Oct 2006) $

Required Element Summary
 String name
           
 String query
           
 
Optional Element Summary
 QueryHint[] hints
           
 

Element Detail

name

public abstract String name

query

public abstract String query

hints

public abstract QueryHint[] hints
Default:
{}


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.