public class MutablePersistenceUnitInfo implements PersistenceUnitInfo(Code)
Spring's base implementation of the JPA
javax.persistence.spi.PersistenceUnitInfo interface,
used to bootstrap an EntityManagerFactory in a container.
This implementation is largely a JavaBean, offering mutators
for all standard PersistenceUnitInfo properties.
author: Rod Johnson author: Juergen Hoeller author: Costin Leau since: 2.0