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

Package com.mysema.query.types.custom

Custom types are comparable to operations but contain the serialization templates instead of operator patterns.

See:
          Description

Class Summary
CBoolean CBoolean is a custom boolean expression
CComparable<T extends Comparable<?>> CComparable defines custom comparable expressions
CDate<T extends Comparable<?>>  
CDateTime<T extends Comparable<?>>  
CNumber<T extends Number & Comparable<?>> CNumber defines custom numeric expressions
CSimple<T> CSimple defines custom simple expressions
CString CString defines custom String expressions
CTime<T extends Comparable<?>>  
CustomMixin<T> Mixin implementation of the Custom interface
 

Package com.mysema.query.types.custom Description

Custom types are comparable to operations but contain the serialization templates instead of operator patterns. Custom types are always implementation specific.



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