com.mysema.query.apt
Interface Configuration
- All Known Implementing Classes:
- DefaultConfiguration, HibernateConfiguration, JDOConfiguration, JPAConfiguration
public interface Configuration
Configuration defines the configuration options for APT based Querydsl code generation
- Author:
- tiwe
getTypeMappings
TypeMappings getTypeMappings()
getConfig
VisitorConfig getConfig(TypeElement e,
List<? extends Element> elements)
getDTOSerializer
Serializer getDTOSerializer()
getEntitiesAnnotation
@Nullable
Class<? extends Annotation> getEntitiesAnnotation()
getEmbeddableAnnotation
@Nullable
Class<? extends Annotation> getEmbeddableAnnotation()
getEmbeddableSerializer
Serializer getEmbeddableSerializer()
getEntityAnnotation
Class<? extends Annotation> getEntityAnnotation()
getEntitySerializer
Serializer getEntitySerializer()
getNamePrefix
String getNamePrefix()
getSerializerConfig
SerializerConfig getSerializerConfig(EntityType model)
getSkipAnnotation
@Nullable
Class<? extends Annotation> getSkipAnnotation()
getSuperTypeAnnotation
@Nullable
Class<? extends Annotation> getSuperTypeAnnotation()
getSupertypeSerializer
Serializer getSupertypeSerializer()
isBlockedField
boolean isBlockedField(VariableElement field)
isBlockedGetter
boolean isBlockedGetter(ExecutableElement getter)
isUseFields
boolean isUseFields()
isUseGetters
boolean isUseGetters()
isValidConstructor
boolean isValidConstructor(ExecutableElement constructor)
isValidField
boolean isValidField(VariableElement field)
isValidGetter
boolean isValidGetter(ExecutableElement getter)
setNamePrefix
void setNamePrefix(String namePrefix)
setUseFields
void setUseFields(boolean b)
setUseGetters
void setUseGetters(boolean b)
getKeywords
Collection<String> getKeywords()
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.