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

org.jvnet.hyperjaxb3.persistence.jpa3.JPA3Constants Maven / Gradle / Ivy

There is a newer version: 4.0.8
Show newest version
package org.jvnet.hyperjaxb3.persistence.jpa3;

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

public class JPA3Constants {

	private JPA3Constants() {
	}

	public static final String SCHEMA_LOCATION = PersistenceConstants.PERSISTENCE_NAMESPACE_URI
			+ " https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd\n"
			+ PersistenceConstants.ORM_NAMESPACE_URI
			+ " https://jakarta.ee/xml/ns/persistence/orm/orm_3_1.xsd";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy