Hi,
I am trying to execute the following query in hibern8ide:-
session.createCriteria(RefBarge.class).add(Expression.like("barge_cd", "Barge",MatchMode.START)).list()
However, I get the following message:-
1 errors occurred while listing (and calling getPathNames).
Sourced file: inline evaluation of: ``session.createCriteria(RefBarge.class).add(Expression.like("barge_cd", "Barge",M . . . '' : Class or variable not found: MatchMode.START : at Line: 1 : in file: inline evaluation of: ``session.createCriteria(RefBarge.class).add(Expression.like("barge_cd", "Barge",M . . . '' : MatchMode .START
Any idea what the problem could be?
Regards,
Madhu
|