Interface | Description |
---|---|
Currencies |
Interface to contain
CurrencyUnit constants. |
DataInitializer |
Callback interface for components that shall be initialized on application startup.
|
SalespointRepository<T,ID extends Serializable> | |
Streamable<T> |
Simple interface to ease streamability of
Iterable s. |
Class | Description |
---|---|
AbstractEntity<ID extends SalespointIdentifier> |
Base class for Salespoint entities to uniquely define
AbstractEntity.equals(Object) and AbstractEntity.hashCode() . |
DataInitializerInvoker |
Internal component triggering the initialization of all
DataInitializer instances registered in the
ApplicationContext . |
DataInitializerInvoker.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 DataInitializerInvoker works. |
DefaultStreamable<T> | |
SalespointIdentifier |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.