Fluent query interface: createQuery(Ent.class).field("count").greaterThan(7)... @param name the field @return the FieldEnd to define the criteria
(String name)
| 208 | * @return the FieldEnd to define the criteria |
| 209 | */ |
| 210 | @Deprecated(since = "2.0", forRemoval = true) |
| 211 | default FieldEnd<? extends Query<T>> field(String name) { |
| 212 | return legacyOperation(); |
| 213 | } |
no outgoing calls