Package com.speedment.jpastreamer.field.trait


package com.speedment.jpastreamer.field.trait
Traits used in Speedment fields are located in this package.

This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.

  • Interfaces
    Class
    Description
    A representation of the first argument of a field predicate.
    A representation of the second argument of a field predicate.
    A representation of the third argument of a field predicate.
     
    A representation of an Entity field that is of boolean type
    A representation of an Entity field that is a primitive boolean type.
    HasByteValue<ENTITY>
    A representation of an Entity field that is a primitive byte type.
    HasCharValue<ENTITY>
    A representation of an Entity field that is a primitive char type.
     
    HasComparableOperators<ENTITY,V extends Comparable<? super V>>
    A representation of an Entity field that is a reference type (e.g.
    A representation of an Entity field that is a primitive double type.
    A representation of an Entity field that is a primitive float type.
    HasGetter<ENTITY>
     
    HasIntValue<ENTITY>
    A representation of an Entity field that is a primitive int type.
    HasLongValue<ENTITY>
    A representation of an Entity field that is a primitive long type.
     
    A representation of an Entity field that is a reference type (eg Integer and not int).
    A representation of an Entity field that is a primitive short type.
    A representation of an Entity field that is a String type.
    HasTable<ENTITY>