org.springframework.data.repository.query
Annotation Type Param


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface Param

Annotation to bind let method parameters be bound to a query via a named parameter.

Author:
Oliver Gierke

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.