Hi there,
This is something that's probably been asked a million times (and i'm sure someone will tell me to google the answer), in the mean time...
Am I correct in thinking that if I use hibernate annotations 3.x.x I don;t need to add entity and collection index event listeners?
Also,
Is it possible to do a search without explicitly stating the fields in a String[]{} format? For example as I have annotated my domain objects is it not possible the searching is done on entities that have been annotated...(not sure if that made sense..)
Thanks
|