blob: 813830920706de85f3aa4d0f3ac7961d1670fc46 [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.jpa2.context.orm;
import org.eclipse.jpt.core.context.orm.OrmSequenceGenerator;
import org.eclipse.jpt.core.jpa2.context.SequenceGenerator2_0;
/**
* SequenceGenerator2_0
*/
public interface OrmSequenceGenerator2_0 extends SequenceGenerator2_0, OrmSequenceGenerator
{
}