Uses of Class
org.killbill.commons.embeddeddb.EmbeddedDB.DBEngine
-
-
Uses of EmbeddedDB.DBEngine in org.killbill.commons.embeddeddb
Methods in org.killbill.commons.embeddeddb that return EmbeddedDB.DBEngine Modifier and Type Method Description abstract EmbeddedDB.DBEngineEmbeddedDB. getDBEngine()EmbeddedDB.DBEngineGenericStandaloneDB. getDBEngine()static EmbeddedDB.DBEngineEmbeddedDB.DBEngine. valueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddedDB.DBEngine[]EmbeddedDB.DBEngine. values()Returns an array containing the constants of this enum type, in the order they are declared.
-