public interface FetchWrapper
BasicPersistenceModule.getPersistentRecords(String, List, Integer, Integer),
BasicPersistenceModule.getTotalRecords(String, List), and BasicPersistenceModule.getRecords(FetchExtractionRequest),
presumably to provide additional configuration or state modification before calling those methods on BasicPersistenceModule.| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
getPersistentRecords(FetchRequest fetchRequest)
Retrieve the records from the persistent store given the params in the
FetchRequest. |
Entity[] |
getRecords(FetchExtractionRequest fetchExtractionRequest)
Retrieve the dto representation of persistent records based on the record contents and entity metadata.
|
Integer |
getTotalRecords(FetchRequest fetchRequest)
Retrieve the total record count given the params in the
FetchRequest. |
List<Serializable> getPersistentRecords(FetchRequest fetchRequest)
FetchRequest. Presumably, modifications
or state manipulation may be performed to affect an alteration of the resulting SQL select syntax.fetchRequest - Integer getTotalRecords(FetchRequest fetchRequest)
FetchRequest. Presumably, modifications or
state manipulation may be performed to affect an alteration of the resulting SQL select count syntax.fetchRequest - Entity[] getRecords(FetchExtractionRequest fetchExtractionRequest)
fetchExtractionRequest - Copyright © 2021. All rights reserved.