We might hope for a stable enough contract on Hibernate Search and
hope that we won't break serializability between micro or minor
versions. That will need to be taken into account in the test suite and
design.
On the OGM side though, we are not at that level of maturity and we will
force homogenou
Dear all,
I'm trying to use cascading deletion but it doesn't seem to work.
"
If you can guarantee that no other object (or row in any other table) holds
a reference to these bids, you can make the deletion transitive.
Hibernate (and JPA) offer a cascading option for this purpose. You can
enable
I'm getting this error when attempting to login to the forums:
It was not possible to convert your password when updating this
bulletin board’s software. Please request a new password. If you
continue to have problems please contact the Board Administrator.
Someone is working on it?
Sanne
_
I'm not. For what's it worth, I can log in without any problems.
2013/3/5 Sanne Grinovero
> I'm getting this error when attempting to login to the forums:
>
> It was not possible to convert your password when updating this
> bulletin board’s software. Please request a new password. If you
> con
I have implemented a solution that gives an entity based on a tuple.
https://hibernate.onjira.com/browse/OGM-273#comment-50082
Note that it does not currently works for MongoDB, but that's waiting
for the dedicated GridDialect method as well as OGM-151.
Also note that I have no idea how that will
Nice!
n+1 is something Hibernate Search has to deal with too, that's why I
was interested in the fetch profiles and graph loading in JPA 2.1
On 5 March 2013 17:44, Emmanuel Bernard wrote:
> I have implemented a solution that gives an entity based on a tuple.
> https://hibernate.onjira.com/browse/