Interface | Description |
---|---|
DataInitializer |
Callback interface for components that shall be initialized on application startup.
|
SalespointRepository<T,ID extends Serializable> |
Class | Description |
---|---|
AbstractEntity<ID extends SalespointIdentifier> |
Base class for Salespoint entities to uniquely define
AbstractEntity.equals(Object) and AbstractEntity.hashCode() . |
SalespointDataInitializer |
Internal component triggering the initialization of all
DataInitializer instances registered in the
ApplicationContext . |
SalespointDataInitializer.NoOpDataInitializer |
Fallback
DataInitializer to make sure we always have a t least one DataInitializer in the
APplication context so that the autowiring of DataInitializer into SalespointDataInitializer works. |
SalespointIdentifier |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.