/*******************************************************************************
* Copyright (c) 2007 Exadel, Inc. and Red Hat, Inc.
* Distributed under license by Red Hat, Inc. All rights reserved.
* This program is 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:
* Exadel, Inc. and Red Hat, Inc. - initial API and implementation
******************************************************************************/
package org.jboss.tools.hibernate.xml.model;
public interface HibernateConstants {
public static String DOC_PUBLICID_3_0 = "-//Hibernate/Hibernate Mapping DTD 3.0//EN"; //$NON-NLS-1$
public static String DOC_SYSTEMID_3_0 = "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"; //$NON-NLS-1$
public static String CFG_DOC_PUBLICID_3_0 = "-//Hibernate/Hibernate Configuration DTD 3.0//EN"; //$NON-NLS-1$
public static String CFG_DOC_SYSTEMID_3_0 = "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"; //$NON-NLS-1$
public static String CFG_DOC_PUBLICID_2_0 = "-//Hibernate/Hibernate Configuration DTD 2.0//EN"; //$NON-NLS-1$
public static String CFG_DOC_SYSTEMID_2_0 = "http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd"; //$NON-NLS-1$
public static String RVE_DOC_PUBLICID_3_0 = "-//Hibernate/Hibernate Reverse Engineering DTD 3.0//EN"; //$NON-NLS-1$
public static String RVE_DOC_SYSTEMID_3_0 = "http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd"; //$NON-NLS-1$
public static String ENTITY_FILE_HIBERNATE_3_0 = "FileHibernate3"; //$NON-NLS-1$
public static String ENTITY_HIBERNATE_CACHE_3_0 = "Hibernate3Cache"; //$NON-NLS-1$
public static String ENTITY_HIBERNATE_PROPERTY_3_0 = "Hibernate3Property"; //$NON-NLS-1$
public static String ENTITY_FILE_HIB_CONFIG_3_0 = "FileHibConfig3"; //$NON-NLS-1$
public static String ENTITY_FILE_HIB_REV_ENG_3_0 = "FileHibReverse3"; //$NON-NLS-1$
}