io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration$$accessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-narayana-jta Show documentation
Show all versions of quarkus-narayana-jta Show documentation
Offer JTA transaction support (included in Hibernate ORM)
The newest version!
package io.quarkus.narayana.jta.runtime;
@io.quarkus.Generated("Quarkus annotation processor")
public final class TransactionManagerConfiguration$$accessor {
private TransactionManagerConfiguration$$accessor() {}
@SuppressWarnings("unchecked")
public static Object get_objectStore(Object __instance) {
return ((TransactionManagerConfiguration)__instance).objectStore;
}
@SuppressWarnings("unchecked")
public static void set_objectStore(Object __instance, Object objectStore) {
((TransactionManagerConfiguration)__instance).objectStore = (ObjectStoreConfig)objectStore;
}
}