So, I forget why now, but a few weeks or so back I upgraded to the latest Hibernate & Tools jars. And after I ran my ant task - which was not changed at all & ant was not upgraded at all - I started getting this annoying thing where my customer finders were being generated with '[' and ']' around them. Like so:
public static List [findByEmailLoginId](Session session, java.lang.String emailLoginId) throws SQLException, HibernateException {
I dug thru the source and could not find anywhere where the '[' & ']' chars were being added in. Granted, I haven't spent hours tracking this down since I, lazily for now, just go in and manually change the finders. I only have maybe 15 files this affects, so this isn't a huge issue now, just an annoyance. But this will really be an issue as more db tables & objects are added.
Has anyone see this?? I have a feeling that since I have not seen it mentioned anywhere in the forums I'm alone on this. But I thought I'd just check. Other than that, everything works great on my Mac.
TIA...
|