All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.hibernate.orm.runtime.HibernateOrmRuntimeConfigPersistenceUnit.jdp Maven / Gradle / Ivy

#
#Wed Oct 26 11:00:32 CEST 2022
io.quarkus.hibernate.orm.runtime.HibernateOrmRuntimeConfigPersistenceUnit.unsupportedProperties=Properties that should be passed on directly to Hibernate ORM.\nUse the full configuration property key here,\nfor instance `quarkus.hibernate-orm.unsupported-properties."hibernate.order_inserts" \= true`.\n\n[WARNING]\n\=\=\=\=\nProperties set here are completely unsupported\:\nas Quarkus doesn't generally know about these properties and their purpose,\nthere is absolutely no guarantee that they will work correctly,\nand even if they do, that may change when upgrading to a newer version of Quarkus\n(even just a micro/patch version).\n\=\=\=\=\n\nConsider using a supported configuration property before falling back to unsupported ones.\nIf none exists, make sure to file a feature request so that a supported configuration property can be added to Quarkus,\nand more importantly so that the configuration property is tested regularly.\n\n@asciidoclet
io.quarkus.hibernate.orm.runtime.HibernateOrmRuntimeConfigPersistenceUnit.active=Whether this persistence unit should be active at runtime.\n\nIf the persistence unit is not active, it won't start with the application,\nand accessing the corresponding EntityManagerFactory/EntityManager or SessionFactory/Session\nwill not be possible.\n\nNote that if Hibernate ORM is disabled (i.e. `quarkus.hibernate-orm.enabled` is set to `false`),\nall persistence units are deactivated, and setting this property to `true` will fail.\n\n@asciidoclet
io.quarkus.hibernate.orm.runtime.HibernateOrmRuntimeConfigPersistenceUnit.database=Database related configuration.
io.quarkus.hibernate.orm.runtime.HibernateOrmRuntimeConfigPersistenceUnit.scripts=Database scripts related configuration.
io.quarkus.hibernate.orm.runtime.HibernateOrmRuntimeConfigPersistenceUnit.log=Logging configuration.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy