| Package | Description |
|---|---|
| com.speedment.runtime.application |
The runtime application package of Speedment.
|
| com.speedment.runtime.core |
The base package of Speedment.
|
| com.speedment.runtime.core.component |
The standard components of the
Speedment
platform. |
| com.speedment.runtime.core.manager |
The
Manager interface and its related classes
are located in this package. |
| Modifier and Type | Method and Description |
|---|---|
<M extends Manager<?>> |
AbstractApplicationBuilder.withManager(Class<M> managerImplType) |
| Modifier and Type | Method and Description |
|---|---|
<ENTITY> ManagerConfigurator<ENTITY> |
AbstractSpeedment.configure(Class<? extends Manager<ENTITY>> managerClass) |
| Modifier and Type | Method and Description |
|---|---|
<M extends Manager<?>> |
ApplicationBuilder.withManager(Class<M> managerImplType)
Adds a custom manager.
|
| Modifier and Type | Method and Description |
|---|---|
<ENTITY> ManagerConfigurator<ENTITY> |
Speedment.configure(Class<? extends Manager<ENTITY>> manager)
Creates and Returns a manager configurator that can be used to configure
an existing manager.
|
| Modifier and Type | Method and Description |
|---|---|
<E> Manager<E> |
ManagerComponent.managerOf(Class<E> entityClass)
Obtains and returns the currently associated
Manager
implementation for the given Entity interface Class. |
| Modifier and Type | Method and Description |
|---|---|
Stream<Manager<?>> |
ManagerComponent.stream()
|
| Modifier and Type | Method and Description |
|---|---|
<E> void |
ManagerComponent.put(Manager<E> manager)
Puts (associates) a
Manager implementation into the
ManagerComponent. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractManager<ENTITY>
An abstract base implementation of all
Managers. |
class |
AbstractViewManager<ENTITY>
Abstract base class for VIEW Tables.
|
| Modifier and Type | Method and Description |
|---|---|
Manager<ENTITY> |
ManagerConfigurator.build()
Builds a new manager that might delegate some methods to the pre-existing
manager, but where the specified settings will be applied upon execution.
|
Copyright © 2019 Speedment, Inc.. All rights reserved.