FileDocCategorySizeDatePackage
MapLazyInitializer.javaAPI DocHibernate 3.2.5756Fri Feb 03 15:15:20 GMT 2006org.hibernate.proxy.map

MapLazyInitializer

public class MapLazyInitializer extends org.hibernate.proxy.AbstractLazyInitializer implements Serializable
Lazy initializer for "dynamic-map" entity representations.
author
Gavin King

Fields Summary
Constructors Summary
MapLazyInitializer(String entityName, Serializable id, org.hibernate.engine.SessionImplementor session)

		super(entityName, id, session);
	
Methods Summary
public java.util.MapgetMap()

		return (Map) getImplementation();
	
public java.lang.ClassgetPersistentClass()

		throw new UnsupportedOperationException("dynamic-map entity representation");