Interface PersistencePackageFactory
- All Known Implementing Classes:
PersistencePackageFactoryImpl
public interface PersistencePackageFactory
Responsible for creating different persistence packages for different operations
- Author:
- Andre Azzolini (apazzolini)
-
Method Summary
Modifier and TypeMethodDescriptioncreate(PersistencePackageRequest request) Creates a persistence package for the given request.
-
Method Details
-
create
Creates a persistence package for the given request. Different request types require different combinations of attributes, which are generally self explanatory.- Parameters:
request-- Returns:
- the persistence package
- See Also:
-