[#4036] Obsolete remark in RecordListener Javadoc about batch semantics

This commit is contained in:
lukaseder 2015-02-09 08:23:48 +01:00
parent d0c5ea50cd
commit 1f2587d9a6

View File

@ -56,11 +56,6 @@ import java.util.EventListener;
* <li>{@link UpdatableRecord#delete()}</li>
* <li>{@link UpdatableRecord#refresh()}</li>
* </ul>
* <p>
* As of jOOQ 3.2, the <code>RecordListener</code> API behaviour is not defined
* for batch CRUD operations, such as
* {@link DSLContext#batchStore(UpdatableRecord...)}. This will be corrected in
* a future version of jOOQ [#2770].
*
* @author Lukas Eder
*/