1 // license-header java merge-point
2 //
3 // Attention: Generated code! Do not modify by hand!
4 // Generated by: HibernateEntityImpl.vsl in andromda-hibernate-cartridge.
5 //
6 package fr.ifremer.quadrige2.core.dao.system.extraction;
7
8 /*-
9 * #%L
10 * Quadrige2 Core :: Server API
11 * %%
12 * Copyright (C) 2017 Ifremer
13 * %%
14 * This program is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Affero General Public License as published by
16 * the Free Software Foundation, either version 3 of the License, or
17 * (at your option) any later version.
18 *
19 * This program is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
23 *
24 * You should have received a copy of the GNU Affero General Public License
25 * along with this program. If not, see <http://www.gnu.org/licenses/>.
26 * #L%
27 */
28
29 /**
30 * @see ExtractSelectedGeometry
31 */
32 // HibernateEntityImpl.vsl annotations merge-point
33 public class ExtractSelectedGeometryImpl
34 extends ExtractSelectedGeometry
35 {
36 /**
37 * The serial version UID of this class. Needed for serialization.
38 */
39 private static final long serialVersionUID = -934417913839196215L;
40
41 // HibernateEntityImpl.vsl merge-point
42 }