Interface PersistenceUnitDescriptor

All Known Implementing Classes:
PersistenceConfigurationDescriptor

public interface PersistenceUnitDescriptor

Abstraction for dealing with <persistence-unit/> information specified in the persistence.xml file. This information can come from either:

  • from the Jakarta EE container as an instance of PersistenceUnitInfo
  • in an SE environment, parsed by Hibernate itself
See Also: