List of usage examples for org.hibernate.jpa.boot.internal EntityManagerFactoryBuilderImpl subclass-usage
From source file com.eucalyptus.entities.impl.EucalyptusEntityManagerFactoryBuilderImpl.java
/** * */ public class EucalyptusEntityManagerFactoryBuilderImpl extends EntityManagerFactoryBuilderImpl { private final String name;
From source file org.babyfish.hibernate.jpa.boot.internal.XEntityManagerFactoryBuilderImpl.java
/** * @author Tao Chen */ public abstract class XEntityManagerFactoryBuilderImpl extends EntityManagerFactoryBuilderImpl { private static final Constructor<XEntityManagerFactoryBuilderImpl> CONSTRUCTOR;
From source file org.squashtest.tm.service.internal.hibernate.SquashEntityManagerFactoryBuilderImpl.java
/**
* <p>
* Porting the former SquashSessionFactoryBean to the equivalent as a EntityManagerFactoryBuilder. Legacy comments
* are included below. Note that some elements of the configuration had to be set there because
* we couldn't access the configuration from {@link RepositoryConfig}.</p>
*