My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 43: AbstractClause is not public
1 person starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


 
Reported by corneliu...@googlemail.com, Mar 8, 2013
Hello,
We'd like to use have AbstractClause available in our code.
We'd like to do the following:
(with a static import of LiquidForm)

A p = alias(A.class, "p");

AbstractClause query = select(p).from(A.class);
if(activeOnly) {
query = query.where(eq(p.getActive(), Boolean.TRUE);
}
// execute query
Without a public AbstractClause, this is impossible :(


Powered by Google Project Hosting