return buildPropertyAccessor(mappedProperty).getSetter( null, mappedProperty.getName() );
}
@Override
protected ProxyFactory buildProxyFactory(PersistentClass pc, Getter arg1,Setter arg2) {
CFCHibernateProxyFactory pf = new CFCHibernateProxyFactory();
pf.postInstantiate(pc);
return pf;
}