P
P
Petr Belyakov2015-05-20 19:48:17
Java
Petr Belyakov, 2015-05-20 19:48:17

How to handle hibernate return value?

The situation is this: There is a project in Java: Spring + Hibernate.
When loading one of the forms, a string with double quotes of the form comes from the database:
Name of the bank "Super branch "Novosibirsk and company"
At the same time, the page, of course, does not load and hangs.
The essence of the question:
Is it possible to somehow process the returned String value and in case it contains double quotes, escape them?If so, what to google?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolai, 2015-05-21
@keptelr

What does it mean - it does not load and hangs? What exactly is hanging? Logs, traces of the suspended app's threads should be looked at.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question