Description:
|
Test case: o.h.test.annotations.enumerated.EnumeratedTypeTest#testTypeCriteria
EntityEnum
_EntityEnum_
is annotated with
_
@
TypeDefs
TypeDefs_
. The
_
@
TypeDef
TypeDef_
defines a custom type class for the
LastNumber
_LastNumber_
enum. This type def is ignored -- 'lastNumber' is still of type int, when it should be a varchar.
NOte
Note
that the
_
@
Type
Type_
annotations on the enum fields work as expected.
|