Interface EclipseLinkConfiguration


@ConfigMapping(prefix="polaris.persistence.eclipselink") public interface EclipseLinkConfiguration
  • Method Details

    • configurationFile

      Optional<Path> configurationFile()
      The path to the EclipseLink configuration file. If not provided, the default (built-in) configuration file will be used.
    • persistenceUnit

      @WithDefault("polaris") String persistenceUnit()
      The name of the persistence unit to use. If not provided, or if configurationFile() is not provided, the default persistence unit name (polaris) will be used.