public class SQLProxyConfiguration<K> extends Object
| Modifier and Type | Method and Description |
|---|---|
static SQLProxyConfigurationBuilder<Long> |
builder() |
ClientSideConfig |
getClientSideConfig() |
DataSource |
getDataSource() |
String |
getIdName() |
PrimaryKeyMapper<K> |
getPrimaryKeyMapper() |
String |
getStateName() |
String |
getTableName() |
public static SQLProxyConfigurationBuilder<Long> builder()
SQLProxyConfigurationBuilder configured with PrimaryKeyMapper.LONG primary key mapperpublic String getIdName()
public String getStateName()
public String getTableName()
public DataSource getDataSource()
public ClientSideConfig getClientSideConfig()
public PrimaryKeyMapper<K> getPrimaryKeyMapper()
Copyright © 2024. All rights reserved.