org.jboss.seam.contexts.EntityBeanMap 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.HashMap;
import java.util.Map;
/**
* Swizzles entities held in the conversation context at
* the end of each request.
*
* @see PassivatedEntity
*
* @author Gavin King
*
*/
class EntityBeanMap extends AbstractEntityBeanCollection {
private static final long serialVersionUID = -2884601453783925804L;
private Map