The question pretty much says it all.
Is there an equivalent for org.hibernate.Version.getVersionString() in EclipseLink?
org.hibernate.Version.getVersionString()
Why don't you have a portable (JPA) way to request supplier information in general?
Never used it, but from Eclipselink javadoc you could try the following class:
org.eclipse.persistence.Version
There is a static class and a static method to get this information.
Example: how to print in Java code
AbstractSessionLog.getLog().log(SessionLog.INFO, DatabaseLogin.getVersion());
Source: https://habr.com/ru/post/1233717/More articles:Class not found when using JAX-RS with Eclipse and Glassfish - eclipseModulation of iOS apps during build - iosError: DEP6100: the following unexpected error occurred during boot: "Connecting to device" - cHow to find which version of EclipseLink my Eclipse project is using? - jerseyWhy do some people exit -1 rather than exit 1 on error? - scriptingIs there an easy way to find out which jQuery script line is called an event? - javascriptWhy does it take so long to install the application on the Android emulator via ADB? - androidPython all list list combinations - pythonApply stylish to all websites, but NOT a browser - cssAccess to group view TextView from getChildView () ExpandableListView - androidAll Articles