org.hibernate.cfg.PropertyInferredData Retrieve all inferred data from an annnoted element Currently support field and getter processing. An exception is thrown when the annoted element does not fit. The calculation is lazied until the first access to a public getter. This prevent useless reflection. @author Emmanuel Bernard