JPA + Coherence

Dealer Profiles





Using Coherence with JPA


  •  L2 Cache
  •  Grid Read
  •  Grid Read Write

Using as an L2 CACHE



Using GRID READ



Using GRID WRITE


CRIS Implementation of JPA + Coherence


  • Using EclipseLink (JPA 2.1)
  • Entity objected are annotated:
    • @Customizer(CoherenceReadWriteCustomizer.class)
    • @Customizer(CoherenceReadCustomizer.class)

Coherence + JPA

By Ahmed Bhaila

Coherence + JPA

  • 166