All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jvnet.hyperjaxb3.persistence.jpa1.JPA1Constants Maven / Gradle / Ivy

There is a newer version: 0.6.2
Show newest version
package org.jvnet.hyperjaxb3.persistence.jpa1;

import org.jvnet.hyperjaxb3.persistence.util.PersistenceConstants;

public class JPA1Constants {

	private JPA1Constants() {
	}

	public static final String SCHEMA_LOCATION = PersistenceConstants.PERSISTENCE_NAMESPACE_URI
			+ " http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd\n"
			+ PersistenceConstants.ORM_NAMESPACE_URI
			+ " http://java.sun.com/xml/ns/persistence/orm_1_0.xsd";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy