Date
1 - 2 of 2
Compilation error on ObjectExpression in generated Q class
mwhesse@...
I have a javax.validation.Min annotation on an Integer field in my JDO entity
@Column(allowsNull = "true")
@Min(0) @Getter @Setter
private Integer scale;
public final ObjectExpression<@javax.validation.constraints.Min(0L) java.lang.Integer> scale; |
|
Suggest that you work out what the Q class should be, get the code from here, and contribute an update.
|
|