Uses of Package
com.mysema.query.codegen

Packages that use com.mysema.query.codegen
com.mysema.query.apt APT related classes 
com.mysema.query.codegen Code generations models and serializers 
com.mysema.query.jpa.codegen   
com.mysema.query.maven   
com.mysema.query.sql.codegen   
 

Classes in com.mysema.query.codegen used by com.mysema.query.apt
EntityType
          EntityType represents a model of a query domain type with properties
Property
          Property represents a property in a query domain type.
QueryTypeFactory
          QueryTypeFactory defines an interface for mapping domain types to Querydsl expression types
Serializer
          Serializer defines a common interface for EntityType serializers
SerializerConfig
          SerializerConfig defines serialization options to be used in the Serializer
TypeMappings
          TypeMappings defines mappings from Java types to Expression, Path and TemplateExpression types
 

Classes in com.mysema.query.codegen used by com.mysema.query.codegen
AbstractModule
          AbstractModule provides a base class for annotation based dependency injection
Delegate
          Delegate defines a delegate method which dispatches to an external static method
EntitySerializer
          EntitySerializer is a Serializer implementation for entity types
EntityType
          EntityType represents a model of a query domain type with properties
Property
          Property represents a property in a query domain type.
QueryTypeFactory
          QueryTypeFactory defines an interface for mapping domain types to Querydsl expression types
Serializer
          Serializer defines a common interface for EntityType serializers
SerializerConfig
          SerializerConfig defines serialization options to be used in the Serializer
Supertype
          Supertype defines a tuple of a Type and an optional EntityType instance used for supertype references in EntityType instances
TypeMappings
          TypeMappings defines mappings from Java types to Expression, Path and TemplateExpression types
 

Classes in com.mysema.query.codegen used by com.mysema.query.jpa.codegen
SerializerConfig
          SerializerConfig defines serialization options to be used in the Serializer
 

Classes in com.mysema.query.codegen used by com.mysema.query.maven
GenericExporter
          GenericExporter provides query type serialization logic for cases where APT annotation processors can't be used.
 

Classes in com.mysema.query.codegen used by com.mysema.query.sql.codegen
AbstractModule
          AbstractModule provides a base class for annotation based dependency injection
BeanSerializer
          BeanSerializer is a Serializer implementation which serializes EntityType instances into JavaBean classes
CodegenModule
          CodegenModule provides a module general serialization
EntitySerializer
          EntitySerializer is a Serializer implementation for entity types
EntityType
          EntityType represents a model of a query domain type with properties
Property
          Property represents a property in a query domain type.
QueryTypeFactory
          QueryTypeFactory defines an interface for mapping domain types to Querydsl expression types
Serializer
          Serializer defines a common interface for EntityType serializers
SerializerConfig
          SerializerConfig defines serialization options to be used in the Serializer
TypeMappings
          TypeMappings defines mappings from Java types to Expression, Path and TemplateExpression types
 



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