Package | Description |
---|---|
com.mysema.query.apt |
APT related classes
|
com.mysema.query.apt.jdo |
APT JDO support
|
com.mysema.query.apt.jpa |
APT JPA support
|
Modifier and Type | Method and Description |
---|---|
static VisitorConfig |
VisitorConfig.get(boolean fields,
boolean methods) |
static VisitorConfig |
VisitorConfig.get(boolean fields,
boolean methods,
VisitorConfig defaultConfig) |
VisitorConfig |
Configuration.getConfig(TypeElement e,
List<? extends Element> elements) |
VisitorConfig |
DefaultConfiguration.getConfig(TypeElement e,
List<? extends Element> elements) |
static VisitorConfig |
VisitorConfig.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisitorConfig[] |
VisitorConfig.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static VisitorConfig |
VisitorConfig.get(boolean fields,
boolean methods,
VisitorConfig defaultConfig) |
Modifier and Type | Method and Description |
---|---|
VisitorConfig |
JDOConfiguration.getConfig(TypeElement e,
List<? extends Element> elements) |
Modifier and Type | Method and Description |
---|---|
VisitorConfig |
JPAConfiguration.getConfig(TypeElement e,
List<? extends Element> elements) |
Copyright © 2007–2015 Mysema Ltd. All rights reserved.