You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Using @Transactional is not possible if method take array parameters or parametrized parameters. This use of @Transactionalcauses compilation errors on generated code.
This code :
@TransactionalvoidmehodUsingArrayParameters(SQLiteDatabasedb, //MySerializableBean[] parameters) {
// do some stuff here
}