@Documented @Target(value={PACKAGE,TYPE}) @Retention(value=RUNTIME) public @interface Config
| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | createDefaultVariableCreate default variable in query type | 
| String | defaultVariableNameThe name of the default variable in query type | 
| boolean | entityAccessorsCreated entity field initialization accessors | 
| boolean | listAccessorsCreate accessors for indexed list access | 
| boolean | mapAccessorsCreate accessors for keyed map access | 
public abstract boolean entityAccessors
public abstract boolean listAccessors
public abstract boolean mapAccessors
public abstract boolean createDefaultVariable
public abstract String defaultVariableName
Copyright © 2007–2015 Querydsl. All rights reserved.