*
* @param storeManager the store manager with the persistence properties that should be used
*/
ForceMetaDataListener(ForceStoreManager storeManager) {
this.storeManager = storeManager;
this.annotationReader = new ForceAnnotationReader(storeManager.getMetaDataManager());
}