Class FastBootMetadataBuilder


  • public class FastBootMetadataBuilder
    extends Object
    Alternative to EntityManagerFactoryBuilderImpl so to have full control of how MetadataBuilderImplementor is created, which configuration properties are supportable, custom overrides, etc...
    • Method Detail

      • populate

        protected void populate​(org.hibernate.boot.MetadataBuilder metamodelBuilder,
                                List<org.hibernate.boot.CacheRegionDefinition> cacheRegionDefinitions)
        Greatly simplified copy of org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl#populate(org.hibernate.boot.MetadataBuilder, org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MergedSettings, org.hibernate.boot.registry.StandardServiceRegistry, java.util.List)