Polish "Allow to configure PersistenceUnitPostProcessor"

This commit updates EntityManagerFactoryBuilder so that persistence unit
post processors can be registered and applied when creating an
EntityManagerFactory.

See gh-25443
This commit is contained in:
Stephane Nicoll
2021-02-27 11:33:52 +01:00
parent c3c83c8a6c
commit e1b1580732
2 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2020 the original author or authors.
* Copyright 2012-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.