Uses of Interface
com.mysema.query.types.Custom

Packages that use Custom
com.mysema.query.serialization Contains stubs for Serialization of queries 
com.mysema.query.types Contains Querydsl grammar types 
com.mysema.query.types.custom Custom types are comparable to operations but contain the serialization templates instead of operator patterns. 
 

Uses of Custom in com.mysema.query.serialization
 

Methods in com.mysema.query.serialization with parameters of type Custom
 void SerializerBase.visit(Custom<?> expr)
           
 

Uses of Custom in com.mysema.query.types
 

Methods in com.mysema.query.types with parameters of type Custom
 void ToStringVisitor.visit(Custom<?> expr)
           
 void Visitor.visit(Custom<?> expr)
           
 

Uses of Custom in com.mysema.query.types.custom
 

Classes in com.mysema.query.types.custom that implement Custom
 class CBoolean
          CBoolean is a custom boolean expression
 class CComparable<T extends Comparable<?>>
          CComparable defines custom comparable expressions
 class CDate<T extends Comparable<?>>
           
 class CDateTime<T extends Comparable<?>>
           
 class CNumber<T extends Number & Comparable<?>>
          CNumber defines custom numeric expressions
 class CSimple<T>
          CSimple defines custom simple expressions
 class CString
          CString defines custom String expressions
 class CTime<T extends Comparable<?>>
           
 class CustomMixin<T>
          Mixin implementation of the Custom interface
 

Constructors in com.mysema.query.types.custom with parameters of type Custom
CustomMixin(Custom<T> self, List<Expr<?>> args, Template template)
           
 



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