FetchStrategy Class
FetchStrategy is an 'Enum' that determines how and where entities are retrieved from as a result of a query.
Item Index
Properties
- FromLocalCache static
- FromServer static
Properties
FromLocalCache
MergeStrategy
final
static
FromLocalCache is used to tell the query to execute the query against a local EntityManager instead of going to a remote server.
FromServer
MergeStrategy
final
static
FromServer is used to tell the query to execute the query against a remote data source on the server.