public class GmoSandboxDao
extends org.springframework.jdbc.core.support.JdbcDaoSupport
| Constructor and Description |
|---|
GmoSandboxDao(DataSource dataSource) |
GmoSandboxDao(DataSource dataSource,
String defaultRootName) |
| Modifier and Type | Method and Description |
|---|---|
void |
fetchSuggestedValues(int sandboxId,
Map<Integer,GmoSandboxEntity> entities)
Deprecated.
this method should be private. Will be hidden in the future
|
long |
getLastUpdate() |
GmoSandbox |
getSandbox(String profile,
boolean extractAll,
boolean suggestedValues) |
public GmoSandboxDao(DataSource dataSource)
public GmoSandboxDao(DataSource dataSource, String defaultRootName)
public GmoSandbox getSandbox(String profile, boolean extractAll, boolean suggestedValues)
@Deprecated public void fetchSuggestedValues(int sandboxId, Map<Integer,GmoSandboxEntity> entities)
sandboxId - sandbox identities - entitypublic long getLastUpdate()
Copyright © 2021. All rights reserved.