blob: 862b8b2ea712290b496bb3fe08b77dc317c33def [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2008 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.ui.internal;
import org.eclipse.jpt.ui.JpaUiFactory;
/**
* The default implementation of the UI factory required to show the information
* related to a JPA mapping (type or attribute).
*
* @see JpaUiFactory
*
* @version 1.0
* @since 1.0
*/
public class GenericJpaUiFactory extends BaseJpaUiFactory
{
}