blob: 4b8ff94e011fa5580b5e4182658691cfc5f8ebf6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 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.core.jpa2_2.context.persistence.schemagen;
import org.eclipse.jpt.jpa.core.jpa2_1.context.persistence.schemagen.SchemaGeneration2_1;
/**
* JPA 2.2 schema generation
*/
public interface SchemaGeneration2_2 extends SchemaGeneration2_1 {
}