public interface SqlPersistenceComponent extends PersistenceComponent
This specialization of the PersistenceComponent
-interface is used for
relational SQL databases. If the managers work with other data sources, a
different specialization should be used.
PersistenceComponent
Modifier and Type | Method and Description |
---|---|
<ENTITY> void |
install(TableIdentifier<ENTITY> tableIdentifier)
Install the specified table in this component.
|
persister, remover, updater
<ENTITY> void install(TableIdentifier<ENTITY> tableIdentifier)
Managers that represent a SQL table are required to execute this method as part of their initialization cycle.
ENTITY
- the entity typetableIdentifier
- identifier for the table to prepareCopyright © 2017 Speedment, Inc.. All rights reserved.