Constant Field Values
Contents
io.quarkus.*
-
io.quarkus.hibernate.orm.PersistenceUnit Modifier and Type Constant Field Value public static final StringDEFAULT"<default>"
-
io.quarkus.hibernate.orm.runtime.PersistenceUnitUtil Modifier and Type Constant Field Value public static final StringDEFAULT_PERSISTENCE_UNIT_NAME"<default>"
-
io.quarkus.hibernate.orm.runtime.config.DialectVersions.Defaults Modifier and Type Constant Field Value public static final StringH2"2.2.224"public static final StringMARIADB"10.6"public static final StringMSSQL"13"public static final StringMYSQL"8"public static final StringORACLE"12"
-
io.quarkus.hibernate.orm.runtime.session.TransactionScopedSession Modifier and Type Constant Field Value protected static final StringTRANSACTION_IS_NOT_ACTIVE"Transaction is not active, consider adding @Transactional to your method to automatically activate one." -
io.quarkus.hibernate.orm.runtime.session.TransactionScopedStatelessSession Modifier and Type Constant Field Value protected static final StringTRANSACTION_IS_NOT_ACTIVE"Transaction is not active, consider adding @Transactional to your method to automatically activate one."