Uses of Interface
com.orchestranetworks.userservice.UserServiceTransaction
-
Packages that use UserServiceTransaction Package Description com.orchestranetworks.userservice A public API for user services. -
-
Uses of UserServiceTransaction in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return UserServiceTransaction Modifier and Type Method Description UserServiceTransactionUserServiceInitializeContext. createTransaction()Creates an instance of UserServiceTransaction object that allows to execute multiple custom procedures.UserServiceTransactionUserServiceTransactionManager. createTransaction()Creates an instance of UserServiceTransaction object that allows to mix in a single transaction: record creations, record or dataset updates and custom procedure executions.
-