1. How to encapsulate database access? stackoverflow.comI am developing a transactional application in .NET and would like to get some input on how to properly encapsulate database access so that:
|
2. Which pattern does Hibernate follow? stackoverflow.comIn his book "Patterns of Enterprise Application Architecture", Martin Fowler talks about persistence patterns which are commonly found in software development and particularly in relation to ORMs. Is there a pattern that ... |
3. Storing historical data with Java and Hibernate stackoverflow.comThis is a problem about historical data handling. Suppose you have a class MyClass like the following one:
|
4. JPA: pattern for handling OptimisticLockException stackoverflow.comwhat is the correct pattern for handling OLE in a (REST) web service? this is what i'm doing now, for example,
|
5. Pattern for externalizing database settings? forum.hibernate.orgHi, I'm wondering if anyone knows of a way to externalize the database settings that are typically stored in the hibernate config file; i.e. these values: |