*/
@SuppressWarnings("unchecked")
public void postLoad(Object bean, Set<String> includedProperties) {
BeanPersistController c = persistController;
if (c != null) {
c.postLoad((T) bean, includedProperties);
}
}
public CQueryPlan getQueryPlan(HashQueryPlan key) {
return queryPlanCache.get(key);