Interface EclipseLinkConfiguration
@ConfigMapping(prefix="polaris.persistence.eclipselink")
public interface EclipseLinkConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionThe path to the EclipseLink configuration file.The name of the persistence unit to use.
-
Method Details
-
configurationFile
The path to the EclipseLink configuration file. If not provided, the default (built-in) configuration file will be used. -
persistenceUnit
The name of the persistence unit to use. If not provided, or ifconfigurationFile()is not provided, the default persistence unit name (polaris) will be used.
-