FileDocCategorySizeDatePackage
MapAccessor.javaAPI DocHibernate 3.2.51648Sat Jul 16 17:20:48 BST 2005org.hibernate.property

MapAccessor

public class MapAccessor extends Object implements PropertyAccessor
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public GettergetGetter(java.lang.Class theClass, java.lang.String propertyName)

		return new MapGetter(propertyName);
	
public SettergetSetter(java.lang.Class theClass, java.lang.String propertyName)

		return new MapSetter(propertyName);