Package it.eng.spagobi.mapcatalogue.metadata

Examples of it.eng.spagobi.mapcatalogue.metadata.SbiGeoMapFeatures


     
      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);
View Full Code Here

TOP

Related Classes of it.eng.spagobi.mapcatalogue.metadata.SbiGeoMapFeatures

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.