TransactionalMotechDataService¶
-
public abstract class
TransactionalMotechDataService<T> extends DefaultMotechDataService<T>¶ The main goal of the
TransactionalMotechDataServiceclass is to resolve problems with transaction annotations not working for generated lookups. We use the traditional transaction callback instead.Parameters: - <T> – the type of entity schema.