Uses of Class
org.oa4mp.delegation.server.storage.support.ServiceTransactionKeys
-
Packages that use ServiceTransactionKeys Package Description org.oa4mp.delegation.server.storage.support -
-
Uses of ServiceTransactionKeys in org.oa4mp.delegation.server.storage.support
Methods in org.oa4mp.delegation.server.storage.support that return ServiceTransactionKeys Modifier and Type Method Description protected ServiceTransactionKeys
ServiceTransactionConverter. getSTK()
Constructors in org.oa4mp.delegation.server.storage.support with parameters of type ServiceTransactionKeys Constructor Description ServiceTransactionTable(ServiceTransactionKeys keys, String schema, String tablenamePrefix, String tablename)
The schema and prefix are not part of the table's information, actually, but are needed to create its fully qualified name in context.
-