| Package | Description |
|---|---|
| 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 |
|---|---|
<ENTITY> PersistenceProvider<ENTITY> |
PersistenceComponent.persistenceProvider(PersistenceTableInfo<ENTITY> tableMetaData) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Manager<ENTITY>
A Manager is responsible for abstracting away an Entity's data source CRUD
operations.
|
| 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.
|
Copyright © 2019 Speedment, Inc.. All rights reserved.