jpaoletti.jpm.core.EntityInstanceWrapper Maven / Gradle / Ivy
The newest version!
package jpaoletti.jpm.core;
import java.util.ArrayList;
import java.util.List;
/**
* This class encapsulates a list of instances of an entity. This usually
* contains only one instances but a list is supported for complex operations
* with several instances.
*
* @author jpaoletti
*/
public class EntityInstanceWrapper {
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy