blob: e4d0377b0fd6ad621c1d2bba80851f76c82048f9 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2013 Oracle. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0, which accompanies this distribution
* and is available at https://www.eclipse.org/legal/epl-2.0/.
*
* Contributors:
* Oracle - initial API and implementation
******************************************************************************/
package org.eclipse.jpt.jpa.eclipselink.core.context.persistence;
import org.eclipse.jpt.jpa.core.jpa2.context.persistence.options.Options2_0;
/**
* EclipseLink 2.0 options
*/
public interface EclipseLinkOptions2_0
extends EclipseLinkOptions, Options2_0
{
// combine EclipseLink 1.0 and JPA 2.0 options
}