Class TableCudListener

  • All Implemented Interfaces:
    java.util.EventListener , org.jooq.VisitListener , pro.fessional.wings.faceless.database.WingsTableCudHandler.Auto

    
    public class TableCudListener
     implements VisitListener, WingsTableCudHandler.Auto
                        
    Only support for single table insert,update,delete in jooq.
    No support for merge and replace.
    No support for batch execution (cannot get bind values)
    Only support where conditions for eq,le,ge,in.
    INSERT_ON_DUPLICATE_KEY_UPDATE as UPDATE
    
    Since:

    2021-01-14

    Author:

    trydofor