org.jboss.seam.contexts.EntityBeanList Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jboss-seam Show documentation
Show all versions of jboss-seam Show documentation
Seam core module for Seam framework integrated with JSF2
package org.jboss.seam.contexts;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
/**
* Swizzles entities held in the conversation context at
* the end of each request.
*
* @see PassivatedEntity
*
* @author Gavin King
*
*/
class EntityBeanList extends AbstractEntityBeanCollection {
private static final long serialVersionUID = -2884601453783925804L;
private List