I am migrating really old application from toplink to the Hibernate. An i have the folowing code:
ExpressionBuilder expHVLMAVI ...
expHVLMAVI.anyOfAllowingNone(perf2CollectionString).get("bereichsCode")
.equalOuterJoin(bereichsCode)
Any ideas how to migrate it to the Hibernate Criteria API? I am no idea what happens in this line (Any explanation will be appreciated)