/* * Copyright (c) 2012, 2013 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Eike Stepper - initial API and implementation */ package org.eclipse.emf.cdo.tests.hibernate.model.HibernateTest.impl; import org.eclipse.emf.cdo.tests.hibernate.model.HibernateTest.Bz356181_Transient; import org.eclipse.emf.cdo.tests.hibernate.model.HibernateTest.HibernateTestPackage; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.EObjectImpl; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Bz356181 Transient</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class Bz356181_TransientImpl extends EObjectImpl implements Bz356181_Transient { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected Bz356181_TransientImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return HibernateTestPackage.Literals.BZ356181_TRANSIENT; } } // Bz356181_TransientImpl