Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionmigrate to
IQueryBean.orderBy().migrate toQueryBuilder.orderBy(String)migrate toPBaseValueEqual.eq(Object).Is equal to. The same as
eqbut uses the strong type as argument rather than String.migrate toPBaseValueEqual.ne(Object).Is not equal to. The same as
nebut uses the strong type as argument rather than String.
-
Deprecated MethodsMethodDescriptionmigrate to
IQueryBean.orderBy().migrate toQueryBuilder.orderBy(String)migrate toPBaseValueEqual.eq(Object).Is equal to. The same as
eqbut uses the strong type as argument rather than String.migrate toPBaseValueEqual.ne(Object).Is not equal to. The same as
nebut uses the strong type as argument rather than String.