Class SliceStoreManager

java.lang.Object
org.apache.openjpa.jdbc.kernel.JDBCStoreManager
org.apache.openjpa.slice.jdbc.SliceStoreManager
All Implemented Interfaces:
JDBCStore, StoreManager, Closeable

public class SliceStoreManager extends JDBCStoreManager
A specialized JDBCStoreManager for a slice.
Author:
Pinaki Poddar
  • Constructor Details

    • SliceStoreManager

      public SliceStoreManager(Slice slice)
      Construct with immutable logical name of the slice.
  • Method Details

    • getSlice

      public Slice getSlice()
      Gets the slice for which this receiver is working.
    • getName

      public String getName()