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

META-INF.persistence.xml Maven / Gradle / Ivy

The newest version!
<persistence xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence
             http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd" version="2.1">
             
	<persistence-unit name="microverse-pu" transaction-type="RESOURCE_LOCAL">
		<provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
		
		<class>com.airepublic.microverse.discovery.configured.RegistryEntry</class>

		<properties>
<!-- 			<property name="javax.persistence.schema-generation.database.action" value="create"/> -->
		</properties>
	</persistence-unit>
	
</persistence>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy