[hibernate-dev] Pull request for HHH-11089

andrea boriero andrea at hibernate.org
Wed Sep 21 12:18:38 EDT 2016


Hi Petar,

you can use Identifier#toIdentifier(String text)

this method detects if the text is quoted and it calls
the Identifier#toIdentifier( String text , boolean quoted  ) with the
correct quoted value.



On 21 September 2016 at 16:54, Petar Tahchiev <paranoiabla at gmail.com> wrote:

> Hey guys,
>
> I just created a pull-request for HHH-11089:
>
> https://github.com/hibernate/hibernate-orm/pull/1564
>
> However when I create the Identifier like this:
>
> Identifier.toIdentifier( keyName, true );
>
> I always set quoted to true as I don't know where to get this value from.
>
> Can someone please have a look,
>
> Thanks :)
>
> --
> Regards, Petar!
> Karlovo, Bulgaria.
> ---
> Public PGP Key at:
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x19658550C3110611
> Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>


More information about the hibernate-dev mailing list