br.com.anteros.nosql.persistence.mongodb.session.event.MongoAfterSaveEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Anteros-NoSql-Persistence-MongoDB Show documentation
Show all versions of Anteros-NoSql-Persistence-MongoDB Show documentation
Anteros NoSQL Persistence MongoDB.
package br.com.anteros.nosql.persistence.mongodb.session.event;
import org.bson.Document;
import br.com.anteros.nosql.persistence.session.event.AbstractAfterSaveEvent;
public class MongoAfterSaveEvent extends AbstractAfterSaveEvent {
public MongoAfterSaveEvent(Object source, Document document, String collectionName) {
super(source, document, collectionName);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy