Uses of Class
io.quarkus.narayana.jta.runtime.ObjectStoreType
-
Packages that use ObjectStoreType Package Description io.quarkus.narayana.jta.runtime -
-
Uses of ObjectStoreType in io.quarkus.narayana.jta.runtime
Fields in io.quarkus.narayana.jta.runtime declared as ObjectStoreType Modifier and Type Field Description ObjectStoreTypeObjectStoreConfig. typeThe type of object store.Methods in io.quarkus.narayana.jta.runtime that return ObjectStoreType Modifier and Type Method Description static ObjectStoreTypeObjectStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectStoreType[]ObjectStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-