-
public interface PreGetterCallbackA callback that can be registered to fire on getter method calls. It's primary purpose is to automatically flush JDBC batch buffer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpreGetterTrigger(int propertyIndex)Trigger the callback based on a getter on a property.
-