1. 2.1 beta 3b property-ref / caching problem forum.hibernate.orgGavin, possibly, there is a bug regarding the property-ref attribute of one-to-one associations and the caching of entities ... Consider two entities A and B with each having it's own id. As far, as I understood, starting from 2.1 we can define a proptery, which is not the id, to make the association. So, entity B contains a property (let's sax ... |
2. JCS cache properties forum.hibernate.org |
3. Single property for switching caching off? forum.hibernate.org |
4. Caching Problem - hibernate properties caching properties forum.hibernate.orgNewbie Joined: Fri Nov 26, 2004 5:41 am Posts: 1 Hi! Our problem is that we have a very bad performance when loading the Objects and I think that the reason for the bad performace could be that we haven't configured our Cache correctly. We use the standard cache, which is not for production use and we don't know how to ... |
5. Caching transitively persisted objects keyed by property-ref forum.hibernate.orgDescription of what I'm doing: First of all, I'm using hibernate 3.3.1 I'm trying to performance tune some code which (amongst other things) reads back an entity which has references to numerous transitively persisted objects. The entity being read back is read/write and is therefore not that useful to cache, but its transitively persisted objects are all read-mostly and therefore I'd ... |