audit-tables Questions
6
Solved
I am new to spring and I am confused how @CreatedDate annotation works in an entity.
I did a google search and there were many solutions, but none of them worked for me except one. I am confused ...
Novikoff asked 2/11, 2016 at 0:37
1
Is there a proper Node library to enable audit tables with the Sequelize ORM (Postgresql under the hood)?
I found the NPM packages sequelize-temporal, sequelize-paper-trail and audit.sequelize, bu...
Logsdon asked 6/6, 2016 at 16:31
4
Solved
I am currently working with Hibernate Envers.
How to delete entries in the audit table related to the entity I want to delete? My entity has no relation with other entities.
I figured out that I ...
Mariandi asked 7/5, 2010 at 19:22
1
In audit table, there is not such a Criteria that we could use Criteria.setProjection(Projections.rowCount()) to get the row count of the query.
We could use AuditQuery to do similar things. But I...
Musset asked 20/2, 2014 at 19:53
2
Solved
Lets say I want to store users and groups in a MySQL database. They have a relation n:m. To keep track of all changes each table has an audit table user_journal, group_journal and user_group_journa...
Duodenal asked 1/1, 2013 at 16:57
3
Solved
I'm trying to figure out how to design my DB tables to allow Undo-Redo.
Pretend you have a tasks table with the following structure:
id <int>
title <varchar>
memo <string>
date...
Borek asked 26/3, 2011 at 0:25
4
Solved
I'm writing some logging/auditing code that will be running in production (not just when errors are thrown or while developing). After reading Coding Horror's experiences with dead-locking and logg...
Middleaged asked 13/6, 2009 at 5:6
1
© 2022 - 2024 — McMap. All rights reserved.