blob: bccfac85c25f214fd57745fa00fefca78255db7d [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.jpa.eclipselink.core.v2_0.context.persistence.connection;
import org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection.JpaConnection2_0;
import org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection;
/**
* Connection2_0
*/
public interface Connection2_0 extends Connection, JpaConnection2_0
{
}