getQuery static method

LCQuery<LCUser> getQuery()

Constructs a LCQuery for LCUser.

Implementation

static LCQuery<LCUser> getQuery() {
  return new LCQuery<LCUser>(ClassName);
}