Class PolarisEclipseLinkStore
java.lang.Object
org.apache.polaris.extension.persistence.impl.eclipselink.PolarisEclipseLinkStore
Implements an EclipseLink based metastore for Polaris which can be configured for any database
with EclipseLink support
-
Constructor Summary
ConstructorsConstructorDescriptionPolarisEclipseLinkStore(org.apache.polaris.core.PolarisDiagnostics diagnostics) Constructor, allocate everything at once -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(jakarta.persistence.EntityManager session) Initialize the store.
-
Constructor Details
-
PolarisEclipseLinkStore
public PolarisEclipseLinkStore(@Nonnull org.apache.polaris.core.PolarisDiagnostics diagnostics) Constructor, allocate everything at once- Parameters:
diagnostics- diagnostic services
-
-
Method Details
-
initialize
public void initialize(jakarta.persistence.EntityManager session) Initialize the store. This should be called before other methods.
-