com.avaje.ebean.BeanCapture Maven / Gradle / Ivy
package com.avaje.ebean;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
/**
* Base functionality for capturing beans that are sent to the save(), delete() methods
* of an EbeanServer.
*
* Capture the beans in order to use with test asserts.
*/
public class BeanCapture {
protected boolean captureBeans = true;
/**
* The captured beans sent to the save() methods.
*/
public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy