Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/internal/hibernate/CDOHibernateConstants.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/internal/hibernate/CDOHibernateConstants.java100
1 files changed, 50 insertions, 50 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/internal/hibernate/CDOHibernateConstants.java b/plugins/org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/internal/hibernate/CDOHibernateConstants.java
index d49aea2fb9..1ab819ea36 100644
--- a/plugins/org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/internal/hibernate/CDOHibernateConstants.java
+++ b/plugins/org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/internal/hibernate/CDOHibernateConstants.java
@@ -1,50 +1,50 @@
-/*
- * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
- * 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:
- * Martin Taal - initial API and implementation
- * Eike Stepper - maintenance
- */
-package org.eclipse.emf.cdo.server.internal.hibernate;
-
-/**
- * Maintains constants used in the CDO-Hibernate integration.
- *
- * @author Martin Taal
- */
-public class CDOHibernateConstants
-{
- public static final String ID_PROPERTY = "id"; //$NON-NLS-1$
-
- public static final String COMMITTIMESTAMP_PROPERTY = "commit_TimeStamp"; //$NON-NLS-1$
-
- public static final String RESOURCE_PROPERTY = "resourceID"; //$NON-NLS-1$
-
- public static final String RESOURCE_PROPERTY_COLUMN = "resource_id"; //$NON-NLS-1$
-
- public static final String CONTAINER_PROPERTY = "containerID"; //$NON-NLS-1$
-
- public static final String CONTAINER_PROPERTY_COLUMN = "container_id"; //$NON-NLS-1$
-
- public static final String FEATUREMAP_PROPERTY_FEATURE = "fme_feature"; //$NON-NLS-1$
-
- public static final String FEATUREMAP_PROPERTY_CDATA = "fme_mixed_cdata"; //$NON-NLS-1$
-
- public static final String FEATUREMAP_PROPERTY_COMMENT = "fme_mixed_comment"; //$NON-NLS-1$
-
- public static final String FEATUREMAP_PROPERTY_TEXT = "fme_mixed_text"; //$NON-NLS-1$
-
- public static final String FEATUREMAP_PROPERTY_ANY_PRIMITIVE = "fme_any_data"; //$NON-NLS-1$
-
- public static final String FEATUREMAP_PROPERTY_ANY_REFERENCE = "fme_any_reference"; //$NON-NLS-1$
-
- public static final String PROPERTY_SEPARATOR = "_"; //$NON-NLS-1$
-
- public static final String NL = "\n"; //$NON-NLS-1$
-
- public static final String UTF8 = "UTF-8"; //$NON-NLS-1$
-}
+/*
+ * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+ * 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:
+ * Martin Taal - initial API and implementation
+ * Eike Stepper - maintenance
+ */
+package org.eclipse.emf.cdo.server.internal.hibernate;
+
+/**
+ * Maintains constants used in the CDO-Hibernate integration.
+ *
+ * @author Martin Taal
+ */
+public class CDOHibernateConstants
+{
+ public static final String ID_PROPERTY = "id"; //$NON-NLS-1$
+
+ public static final String COMMITTIMESTAMP_PROPERTY = "commit_TimeStamp"; //$NON-NLS-1$
+
+ public static final String RESOURCE_PROPERTY = "resourceID"; //$NON-NLS-1$
+
+ public static final String RESOURCE_PROPERTY_COLUMN = "resource_id"; //$NON-NLS-1$
+
+ public static final String CONTAINER_PROPERTY = "containerID"; //$NON-NLS-1$
+
+ public static final String CONTAINER_PROPERTY_COLUMN = "container_id"; //$NON-NLS-1$
+
+ public static final String FEATUREMAP_PROPERTY_FEATURE = "fme_feature"; //$NON-NLS-1$
+
+ public static final String FEATUREMAP_PROPERTY_CDATA = "fme_mixed_cdata"; //$NON-NLS-1$
+
+ public static final String FEATUREMAP_PROPERTY_COMMENT = "fme_mixed_comment"; //$NON-NLS-1$
+
+ public static final String FEATUREMAP_PROPERTY_TEXT = "fme_mixed_text"; //$NON-NLS-1$
+
+ public static final String FEATUREMAP_PROPERTY_ANY_PRIMITIVE = "fme_any_data"; //$NON-NLS-1$
+
+ public static final String FEATUREMAP_PROPERTY_ANY_REFERENCE = "fme_any_reference"; //$NON-NLS-1$
+
+ public static final String PROPERTY_SEPARATOR = "_"; //$NON-NLS-1$
+
+ public static final String NL = "\n"; //$NON-NLS-1$
+
+ public static final String UTF8 = "UTF-8"; //$NON-NLS-1$
+}

Back to the top