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

org.hibernate.ogm.datastore.couchdb.CouchDBProperties Maven / Gradle / Ivy

The newest version!
/*
 * Hibernate OGM, Domain model persistence for NoSQL datastores
 *
 * License: GNU Lesser General Public License (LGPL), version 2.1 or later
 * See the lgpl.txt file in the root directory or .
 */
package org.hibernate.ogm.datastore.couchdb;

import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.ogm.cfg.OgmProperties;

/**
 * Properties for configuring the CouchDB document datastore via {@code persistence.xml} or
 * {@link StandardServiceRegistryBuilder}.
 *
 * @author Gunnar Morling
 */
public final class CouchDBProperties implements OgmProperties {

	private CouchDBProperties() {
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy