@DefaultAnnotation(value=javax.annotation.Nonnull.class)

Package com.mysema.query.codegen

Code generations models and serializers

See:
          Description

Interface Summary
Serializer Serializer defines a common interface for EntityType serializers
SerializerConfig  
Type Type represents Java types
 

Class Summary
AbstractType AbstractType is an abstract base class for Type implementations
ClassType ClassType is a minimal implementation of the Type interface
Constructor Constructor represents a constructor for a DTO query type.
DTOSerializer DTOSerializer is a Serializer implementation for DTO types
EmbeddableSerializer EmbeddableSerializer is a Serializer implementation for embeddable types
EntitySerializer EntitySerializer is a Serializer implementation for entity types
EntityType EntityType represents a model of a query domain type with properties
Method  
Parameter Parameter represents a parameter in a Constructor
Property Property represents a property in a query domain type.
SimpleSerializerConfig  
SimpleType SimpleType represents a java type
Supertype  
SupertypeSerializer SupertypeSerializer is a Serializer implementation for supertypes
TypeAdapter TypeAdapter is a basic adapter implementation for the Type interface
TypeExtends TypeExtends is a Type implementation for type variables and wildcard types
TypeFactory TypeFactory is a factory class for Type instances
TypeMappings  
TypeResolver  
Types  
TypeSuper TypeSuper is a Type for type variables and wildcard types
 

Enum Summary
TypeCategory TypeCategory defines the expression type used for a Field
 

Exception Summary
CodeGenerationException  
 

Package com.mysema.query.codegen Description

Code generations models and serializers



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