[hibernate-dev] Hibernate NoORM IRC meeting minutes

2017-07-04 Thread Guillaume Smet
Hi, Here are the minutes of our NoORM IRC meeting: 16:19 < jbott> Meeting ended Tue Jul 4 14:19:00 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) 16:19 < jbott> Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2017/hibernate-dev.201

Re: [hibernate-dev] Regarding Implementation of getTables(Identifier catalog, Identifier schema) function in Hibernate

2017-07-04 Thread andrea boriero
I think your consideration makes sense. Trying to remember the reasons driving my choice to use the empty String instead of null for the getTables method, but at the moment nothing that pops us in my mind prevents the use of null. On 4 July 2017 at 09:15, Ashudeep Sharma wrote: > Hi Team, >

[hibernate-dev] Regarding Implementation of getTables(Identifier catalog, Identifier schema) function in Hibernate

2017-07-04 Thread Ashudeep Sharma
Hi Team, I was looking at the implementation of *Code:* public NameSpaceTablesInformation getTables(Identifier catalog, Identifier schema) and *Code:* public TableInformation getTable(Identifier catalog, Identifier schema, Identifier tableName) function and found a little bit of differe