Class QuarkusEnvironment


  • public class QuarkusEnvironment
    extends Object
    A lighter alternative to org.hibernate.cfg.Environment: we don't need it to look for certain environment variables, and don't want it to copy all of System.getProperties() into the ORM configuration. The only legacy behaviour we allow is to load the "/hibernate.properties" resource.
    • Constructor Detail

      • QuarkusEnvironment

        public QuarkusEnvironment()
    • Method Detail

      • getInitialProperties

        public static Map getInitialProperties()
        Returns:
        See Also:
        Environment.getProperties()