com.mysema.query.annotations
Annotation Type QueryType


@Documented
@Target(value={FIELD,METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface QueryType

QueryType defines the Querydsl property type for a Domain property

Author:
tiwe

Required Element Summary
 PropertyType value
           
 

Element Detail

value

public abstract PropertyType value
Returns:


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.