PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence 3.4 User Guide
  Label: query

Content with label query in Coherence 3.4 User Guide (See content from all spaces)
Related Labels: monitoring , transaction , topology , integration , re-entrant , http-session , continuous-query , keys , eis , concurrency , rtc , management , listeners , invocation-sevice , chainedextractor , cachestore , hibernate , core-concept , fabric , more »

Overview for Implementors
section is targeted at software developers and architects who need a very quick overview of Coherence features. This document outlines product capabilities, usage possibilities, and provides a brief overview of how one would go about implementing particular features. This document ...
Perform Continuous Query for C++ Clients
cqc While Coherence provides the ability to obtain a point in time query result from a Coherence cache Query the Cache for C Clients and the ability to receive events that would change the result of that query Deliver events for changes as they occur (C), it also ...
Provide a Queryable Data Fabric
Oracle invented the concept of a data fabric with the introduction of the Coherence partitioned data management service in 2002. Since then, Forrester Research has labeled the combination of data virtualization, transparent and distributed EIS integration, queryability and uniform accessibility found in Coherence as an ...
Query the Cache for C++ Clients
Coherence can perform queries and indexes against currently cached data that meets a given set of criteria. Queries and indexes can be simple, employing filters packaged with Coherence, or they can be run against multivalue attributes such as collections and arrays. This section contains ...
Using Coherence as the Hibernate L2 Cache
Coherence can be used as the L2 cache provider for Hibernate. This section contains the following information: Hibernate and Caching Hibernate supports three primary forms of caching: Session cache L2 cache Query cache The Session cache is responsible for caching records ...
Using Hibernate as a CacheStore for Coherence
functionality in Coherence and Hibernate can be combined in a number of ways. For example, Hibernate can be used as a CacheStore for Coherence. This section provides the following information: Using the Coherence HibernateCacheStore Coherence includes a default entitybased implementation, (and a corresponding implementation, . More detailed technical ...