Posts by Kaique Rodrigues Ramos • 9 points
1 post
- 
		-1 votes1 answer30 viewsQ: Persist entity history (objects) using MongodbI have the following entity (decreased from the actual entity): @Entity @SequenceGenerator(name = "produtoSequence", sequenceName = "sequenceproduto") public class Produto { @Id…