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

org.jvnet.hyperjaxb3.persistence.util.PersistenceConstants Maven / Gradle / Ivy

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

import com.sun.java.xml.ns.persistence.Persistence;
import com.sun.java.xml.ns.persistence.orm.Entity;

public class PersistenceConstants {

	private PersistenceConstants() {
	}

	public static final String CONTEXT_PATH = Persistence.class.getPackage()
			.getName()
			+ ":" + Entity.class.getPackage().getName();

	public static final String PERSISTENCE_NAMESPACE_URI = "http://java.sun.com/xml/ns/persistence";

	public static final String ORM_NAMESPACE_URI = "http://java.sun.com/xml/ns/persistence/orm";

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy