org.qi4j.api.entity
Annotation Type Queryable


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

This annotation is used to mark entity types or properties/associations that are indexable.


Optional Element Summary
 boolean value
           
 

value

public abstract boolean value
Default:
true