| Package | Description |
|---|---|
| com.dslplatform.client |
| Modifier and Type | Method and Description |
|---|---|
static ServiceLocator |
Bootstrap.getLocator()
Deprecated.
avoid calling static service locator
|
static ServiceLocator |
Bootstrap.init(java.io.InputStream iniStream)
Initialize service locator using provided dsl-project.props stream.
|
static ServiceLocator |
Bootstrap.init(java.lang.String iniPath)
Initialize service locator using provided dsl-project.props path.
|
| Constructor and Description |
|---|
ClientPersistableRepository(java.lang.Class<T> manifest,
ServiceLocator locator)
Generated class will provide class manifest and locator
|
ClientRepository(java.lang.Class<T> manifest,
ServiceLocator locator)
Generated class will provide class manifest and locator
|
ClientSearchableRepository(java.lang.Class<T> manifest,
ServiceLocator locator)
Generated class will provide class manifest and locator
|
GenericSearchBuilder(java.lang.Class<T> manifest,
ServiceLocator locator)
Create new instance of generic search builder by providing
domain object type and locator
|