Interface | Description |
---|---|
DataChangeDetector |
Used to check if the generation of the SQL file has to start, because a changed file contains relevant data.
|
DataProvider |
Implementations of this class will automatically instantiated by the
EntityImporter . |
DataProviderFactory |
Finds and builds all implementations of
DataProvider for the current environment. |
Class | Description |
---|---|
AbstractDataProvider |
Implementations of this class will automatically instantiated by the
EntityImporter . |
AbstractDataProviderFactory |
Base classes for implementations of
DataProviderFactory . |
DatabaseStartupImport |
Imports data on startup of Hibernate, if
schema auto tooling is
set either to SchemaAutoTooling.CREATE or SchemaAutoTooling.CREATE_DROP . |
DefaultDataProviderFactory |
Finds and builds all implementations of
DataProvider from the class path. |
DefaultDataProviderFactory.MaxOrder | |
EntityImporter |
Main class for importing entities.
|
EntityRegistration |
Registers entities by their unique properties to offer them to other data providers.
|
EntityRegistration.InvokeLaterHandle<E> | |
EntityRegistration.UniqueKey | |
InjectDataProviderFactory |
Find and initializes
DataProvider s on the classpath. |
InjectDataProviderFactory.Dependency | |
InjectDataProviderFactory.Injection |
Exception | Description |
---|---|
DataImportException |
A runtime exception that can be used by all data providers to indicate the exact position of an error during import
of data.
|
Copyright © 2022 fastnate.org. All rights reserved.