Re: [JDBC] Spring Transactional Support

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: [JDBC] Spring Transactional Support
Дата
Msg-id CADK3HHL32pYN2KBwc3G_gJyd=Rg5JKboPHq1a9R3A3Uqc_3b-Q@mail.gmail.com
обсуждение исходный текст
Ответ на [JDBC] Spring Transactional Support  (Robert Price <rprice314@yahoo.com>)
Список pgsql-jdbc
Well I don't think the driver itself has any issue with this, nor does it care about the annotation. This is all hibernate AFAIK ?


On 11 October 2017 at 23:39, Robert Price <rprice314@yahoo.com> wrote:
Yeah I was thinking of using the @transactional annotation to do transactions in postgres and wanted to verify that postgres supported this annotation. Use case would be to set session variables and then use a table filter that referenced the session variables. Requires multiple queries to be run in the same session/transaction


On Wed, Oct 11, 2017 at 11:35 AM, Dave Cramer
Hi Robert,

Care to elaborate on the question ?


On 10 October 2017 at 20:36, Robert Price <rprice314@yahoo.com> wrote:
Seeing conflicting information and wanted to confirm that the transactional annotation was supported by sping jdbc. Also wanted to see if anyone had attempted to set session variables in postgres before executing a query.


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: [JDBC] Spring Transactional Support
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: [JDBC] Spring Transactional Support