@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

Interface Summary
Custom<T> Custom provides base types for custom expresions with integrated serialization templates
 

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<?>>  
 

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.