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

br.com.anteros.nosql.spring.mongodb.service.SpringMongoService Maven / Gradle / Ivy

The newest version!
package br.com.anteros.nosql.spring.mongodb.service;

import org.springframework.beans.factory.annotation.Autowired;

import br.com.anteros.nosql.persistence.mongodb.session.service.MongoSimpleService;
import br.com.anteros.nosql.persistence.session.NoSQLSessionFactory;


public class SpringMongoService extends MongoSimpleService {


	@Override
	@Autowired 
	public void setSessionFactory(NoSQLSessionFactory sessionFactory) {
		super.setSessionFactory(sessionFactory);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy