blob: 62fd2abb1c14e21aa179fae62226882cb9be0e43 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2011 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.context.persistence;
import org.eclipse.jpt.jpa.core.jpa2.context.persistence.options.JpaOptions2_0;
/**
* Options2_0
*/
public interface Options2_0 extends Options, JpaOptions2_0
{
}