What is the point of normalize() in com.mysema.query.support.QueryMixin ?

8 views
Skip to first unread message

Michael Tontchev

unread,
Apr 20, 2015, 5:08:35 PM4/20/15
to quer...@googlegroups.com
Here is the code:

protected Predicate normalize(Predicate conditionboolean where) {
    return condition;
}

Doesn't seem like it's doing anything.

timowest

unread,
Apr 21, 2015, 4:11:35 PM4/21/15
to quer...@googlegroups.com
It's a template method that can be overridden in subclasses.

Michael Tontchev

unread,
Apr 21, 2015, 4:18:03 PM4/21/15
to quer...@googlegroups.com
Thanks!
Reply all
Reply to author
Forward
0 new messages