Uses of Class
org.apache.jackrabbit.oak.plugins.document.rdb.RDBCommonVendorSpecificCode
-
Packages that use RDBCommonVendorSpecificCode Package Description org.apache.jackrabbit.oak.plugins.document.rdb Implementations ofDocumentStoreandBlobStorefor relational databases. -
-
Uses of RDBCommonVendorSpecificCode in org.apache.jackrabbit.oak.plugins.document.rdb
Fields in org.apache.jackrabbit.oak.plugins.document.rdb declared as RDBCommonVendorSpecificCode Modifier and Type Field Description protected RDBCommonVendorSpecificCodeRDBBlobStoreDB. vendorCodeprotected RDBCommonVendorSpecificCodeRDBDocumentStoreDB. vendorCodeMethods in org.apache.jackrabbit.oak.plugins.document.rdb that return RDBCommonVendorSpecificCode Modifier and Type Method Description static RDBCommonVendorSpecificCodeRDBCommonVendorSpecificCode. valueOf(String name)Returns the enum constant of this type with the specified name.static RDBCommonVendorSpecificCode[]RDBCommonVendorSpecificCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-