org.openrdf.repository.object.annotations
Annotation Type sparql


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface sparql

Named SPARQL queries should be placed in this annotation on methods that should be overridden with this query. The method parameters must be either registered concepts or datatypes. The return type of the annotated method can either be a registered concept, datatype, set of concept or datatype, or one of the result classes of tuple, graph, or boolean query.

Author:
James Leigh

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.