Skip to content

Jakarta Persistence 3.2.0-B02

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukasj lukasj released this 08 Nov 09:53
· 76 commits to master since this release

This release reflects feedback from vendors and contains following changes:

  • Adds CriteriaSelect to the Criteria API
  • Adds getName() to EntityManagerFactory
  • Allows usage of TableGenerator and SequenceGenerator at the java package level
  • Clarifies semantics of Convert/Converter annotations
  • Deprecates multiselect methods in CriteriaQuery. The preference is to use array or tuple method defined in CriteriaBuilder
  • Deprecates default public no-arg constructor in jakarta.persistence.Persistence and PERSISTENCE_PROVIDER and providers fields in this class for removal with no replacement. This class is not designed for extensibility
  • Fixes constructor methods of Timeout
  • Fixes generic type in EntityManager.createNativeQuery()
  • Improves Graph operations for handling AttributeNodes

Full Changelog: 3.2-DRAFT01-3.2.0-B01-RELEASE...3.2-DRAFT01-3.2.0-B02-RELEASE