SbiGeoMapFeaturesId hibMapFeatureId = new SbiGeoMapFeaturesId();
hibMapFeatureId.setMapId(aMapFeature.getMapId());
hibMapFeatureId.setFeatureId(aMapFeature.getFeatureId());
SbiGeoMapFeatures hibMapFeature = (SbiGeoMapFeatures) aSession.load(SbiGeoMapFeatures.class, hibMapFeatureId);
aSession.delete(hibMapFeature);
tx.commit();
} catch (HibernateException he) {
logException(he);