I have two entities:
class Checkbook{ ... private int canceledChecks; ... }
and
class Check{ ... @ManyToOne