FileDocCategorySizeDatePackage
NoopAccessor.javaAPI DocHibernate 3.2.51720Thu Aug 11 01:23:30 BST 2005org.hibernate.property

NoopAccessor

public class NoopAccessor extends Object implements org.hibernate.property.PropertyAccessor
Used to declare properties not represented at the pojo level
author
Michael Bartmann

Fields Summary
Constructors Summary
Methods Summary
public org.hibernate.property.GettergetGetter(java.lang.Class arg0, java.lang.String arg1)

		return new NoopGetter();
	
public org.hibernate.property.SettergetSetter(java.lang.Class arg0, java.lang.String arg1)

		return new NoopSetter();