You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hibernate ORM is best used in combination with a 2LC.
Ideally we'll want to port the Infinispan cache to Protean, which supports also distributed caches and transactional modes - but that's a stretch for a first step.
So let's work with @galderz to have a local cache first, which incidentally allows for various special optimisations.
In a future step Galder's work might evolve to be a foundation for:
fully distributed Infinispan Cache support
local caching features exposed to other components, or even end user's code (JCache ?)
The text was updated successfully, but these errors were encountered:
Hibernate ORM is best used in combination with a 2LC.
Ideally we'll want to port the Infinispan cache to Protean, which supports also distributed caches and transactional modes - but that's a stretch for a first step.
So let's work with @galderz to have a local cache first, which incidentally allows for various special optimisations.
In a future step Galder's work might evolve to be a foundation for:
The text was updated successfully, but these errors were encountered: