Package com.avaje.ebeaninternal.api.TransactionEventTable

Examples of com.avaje.ebeaninternal.api.TransactionEventTable.TableIUD


    }

    List<TableIUD> tableIUDList = remoteEvent.getTableIUDList();
    if (tableIUDList != null) {
      for (int i = 0; i < tableIUDList.size(); i++) {
        TableIUD tableIUD = tableIUDList.get(i);
        beanDescriptorManager.cacheNotify(tableIUD);
      }
    }

    List<BeanPersistIds> beanPersistList = remoteEvent.getBeanPersistList();
View Full Code Here

TOP

Related Classes of com.avaje.ebeaninternal.api.TransactionEventTable.TableIUD

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.