Issues
- org.hibernate.ejb.HibernatePersistence can no longer be used as a persistence provider nameHHH-13027Resolved issue: HHH-13027Former user
- Add option enabling/disabling use of an entity's mapped where-clause when loading collections of that entityHHH-13011Resolved issue: HHH-13011Former user
- Upgrade to dom4j 2.1.1HHH-12964Resolved issue: HHH-12964Vlad Mihalcea
- The links in the Javadoc of the SAP HANA dialects don't workHHH-12961Resolved issue: HHH-12961
- Where clause for collections of basic, embeddable and "any" elements is ignored when mapped using hbm.xmlHHH-12937Resolved issue: HHH-12937Former user
- Constraint and AuxiliaryDatabaseObject export identifiers are not qualified by schema or catalogHHH-12935Resolved issue: HHH-12935Former user
- Exception handling documentation does not apply only to "Session-per-application anti-pattern"HHH-12934Resolved issue: HHH-12934Vlad Mihalcea
- AbstractCachedDomainDataAccess.clearCache() throws MissingFormatArgumentException at DEBUG levelHHH-12920Resolved issue: HHH-12920Guillaume Smet
- Javassist support broken by HHH-12760HHH-12784Resolved issue: HHH-12784Guillaume Smet
9 of 9
org.hibernate.ejb.HibernatePersistence can no longer be used as a persistence provider name
Fixed
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)Components
Priority
Created October 12, 2018 at 7:33 PM
Updated October 16, 2018 at 9:47 PM
Resolved October 12, 2018 at 11:01 PM
Activity
Show:
Sanne Grinovero October 12, 2018 at 10:31 PM
Do we really need this?
At some point stuff needs to go. This has been around as a deprecated option for a very long time.
Commented on JBEAP-15634 as well.
org.hibernate.ejb.HibernatePersistence
was deprecated in 4.3 and removed in 5.2. It needs to remain an alternate name for the Hibernate persistence provider.This fix allows
org.hibernate.ejb.HibernatePersistence
as an alternate persistence provider, and logs a message deprecation message that indicates thatorg.hibernate.jpa.HibernatePersistenceProvider
will be used instead.