blob: b14c6edee7cb9fc1eaf35a0af4af1ef85506341a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Oracle.
* 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:
* Oracle - initial API and implementation
*******************************************************************************/
package org.eclipse.jpt.core.internal.jpa2.context.java;
import org.eclipse.jpt.core.context.java.JavaPersistentAttribute;
import org.eclipse.jpt.core.jpa2.context.OneToOneMapping2_0;
public class GenericJavaOneToOneMapping2_0
extends AbstractJavaOneToOneMapping2_0
implements OneToOneMapping2_0
{
public GenericJavaOneToOneMapping2_0(JavaPersistentAttribute parent) {
super(parent);
}
}