Class PersistenceUnitInfoAdapter

java.lang.Object
org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
All Implemented Interfaces:
PersistenceUnitInfo

public class PersistenceUnitInfoAdapter extends Object implements PersistenceUnitInfo
Implementation of PersistenceUnitInfo for testing use.

Expected usage is to override methods relevant to their specific tests.

See PersistenceUnitInfoImpl for a more bean-like implementation