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
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,
>
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