Hi,
We are building a bitemporal application - every record in the database is associated with both the time period during which it is valid and the time period during which the system considered the record to be accurate. I'm looking for some general advice on implementing a data access layer (DAL) for the bitemporal database:
Does hibernate provide any support for time-relational database access?
Or is there a way to build a custom extension for time-relational database access?
Regards,
Matthias
|