| 程序包 | 说明 |
|---|---|
| org.anyline.proxy | |
| org.anyline.service |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
ServiceProxy.select(String dest,
Class<T> clazz,
EntityHandler<T> handler,
T entity,
String... conditions) |
static <T> EntitySet<T> |
ServiceProxy.selects(Class<T> clazz,
EntityHandler<T> handler,
String... conditions) |
static <T> EntitySet<T> |
ServiceProxy.selects(Class<T> clazz,
EntityHandler<T> handler,
T entity,
String... conditions) |
static <T> EntitySet<T> |
ServiceProxy.selects(String dest,
Class<T> clazz,
EntityHandler<T> handler,
String... conditions) |
static <T> EntitySet<T> |
ServiceProxy.selects(String dest,
Class<T> clazz,
EntityHandler<T> handler,
T entity,
String... conditions) |
static <T> EntitySet<T> |
ServiceProxy.selects(Table dest,
Class<T> clazz,
EntityHandler<T> handler,
String... conditions) |
static <T> EntitySet<T> |
ServiceProxy.selects(Table dest,
Class<T> clazz,
EntityHandler<T> handler,
T entity,
String... conditions) |
| 限定符和类型 | 方法和说明 |
|---|---|
default EntitySet<E> |
AnylineService.gets(EntityHandler<E> handler,
String... conditions) |
default <T> EntitySet<T> |
AnylineService.selects(Class<T> clazz,
EntityHandler<T> handler,
String... conditions) |
default <T> EntitySet<T> |
AnylineService.selects(Class<T> clazz,
EntityHandler<T> handler,
T entity,
String... conditions) |
default <T> EntitySet<T> |
AnylineService.selects(String dest,
Class<T> clazz,
EntityHandler<T> handler,
String... conditions) |
default <T> EntitySet<T> |
AnylineService.selects(String dest,
Class<T> clazz,
EntityHandler<T> handler,
T entity,
String... conditions) |
default <T> EntitySet<T> |
AnylineService.selects(Table dest,
Class<T> clazz,
EntityHandler<T> handler,
String... conditions) |
default <T> EntitySet<T> |
AnylineService.selects(Table dest,
Class<T> clazz,
EntityHandler<T> handler,
T entity,
String... conditions) |
Copyright © 2024. All rights reserved.