-
Enums Enum Description com.landawn.abacus.util.OnDeleteAction won't & should not be implemented.
-
Annotation Types Annotation Type Description com.landawn.abacus.util.JdbcUtil.Dao.OnDelete won't be implemented. It should be defined and done in DB server side.
-
Enum Constants Enum Constant Description com.landawn.abacus.IsolationLevel.NONE
-
Annotation Type Elements Annotation Type Element Description com.landawn.abacus.util.JdbcUtil.Dao.Call.value() using sql="call update_account(?)" for explicit call.com.landawn.abacus.util.JdbcUtil.Dao.Delete.value() using sql="SELECT ... FROM ..." for explicit call.com.landawn.abacus.util.JdbcUtil.Dao.Insert.value() using sql="SELECT ... FROM ..." for explicit call.com.landawn.abacus.util.JdbcUtil.Dao.NamedDelete.value() using sql="SELECT ... FROM ..." for explicit call.com.landawn.abacus.util.JdbcUtil.Dao.NamedInsert.value() using sql="SELECT ... FROM ..." for explicit call.com.landawn.abacus.util.JdbcUtil.Dao.NamedSelect.value() using sql="SELECT ... FROM ..." for explicit call.com.landawn.abacus.util.JdbcUtil.Dao.NamedUpdate.value() using sql="SELECT ... FROM ..." for explicit call.com.landawn.abacus.util.JdbcUtil.Dao.Select.value() using sql="SELECT ... FROM ..." for explicit call.com.landawn.abacus.util.JdbcUtil.Dao.Sqls.value() usingsqls
for explicit call.com.landawn.abacus.util.JdbcUtil.Dao.Update.value() using sql="SELECT ... FROM ..." for explicit call.