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
The bridgeable store remains undocumented today. This is unfortunate because it enables Elide to coordinate across datastores with compound models (i.e. a hibernate persisted-model can have a relationship in Elide to a redis-persisted model, for instance).
The bridgeable store remains undocumented today. This is unfortunate because it enables Elide to coordinate across datastores with compound models (i.e. a hibernate persisted-model can have a relationship in Elide to a redis-persisted model, for instance).
We need to document the what, why, and how. Fortunately, the interface itself is well-documented: https://github.com/yahoo/elide/blob/master/elide-datastore/elide-datastore-multiplex/src/main/java/com/yahoo/elide/datastores/multiplex/BridgeableTransaction.java
The text was updated successfully, but these errors were encountered: