File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
src/main/java/info/unterrainer/commons/rdbutils Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,11 @@ public class RdbUtils {
36
36
* Creates a new {@link EntityManagerFactory} with default-parameters or
37
37
* parameters given via environment variables.
38
38
* <p>
39
- * Runs Liquibase-update to apply any changes.<br / > Installs a shutdown-hook
40
- * that ensures that the connection to the database is properly closed.
39
+ * Runs Liquibase-update to apply any changes.<br />
40
+ * Installs a shutdown-hook that ensures that the connection to the database is
41
+ * properly closed.
41
42
*
43
+ * @param classLoaderSource the source of the classloader to use
42
44
* @param persistenceUnitName the name of the persistence-unit to use (from your
43
45
* persistence.xml)
44
46
* @return an {@link EntityManagerFactory}
@@ -54,9 +56,11 @@ public static EntityManagerFactory createAutoclosingEntityManagerFactory(final C
54
56
* Creates a new {@link EntityManagerFactory} with default-parameters or
55
57
* parameters given via environment variables.
56
58
* <p>
57
- * Runs liquibase-update to apply any changes.<br / > Installs a shutdown-hook
58
- * that ensures that the connection to the database is properly closed.
59
+ * Runs liquibase-update to apply any changes.<br />
60
+ * Installs a shutdown-hook that ensures that the connection to the database is
61
+ * properly closed.
59
62
*
63
+ * @param classLoaderSource the source of the classloader to use
60
64
* @param persistenceUnitName the name of the persistence-unit to use (from your
61
65
* persistence.xml)
62
66
* @return an {@link EntityManagerFactory}
You can’t perform that action at this time.
0 commit comments