Skip to content
#

jdbc

Here are 1,545 public repositories matching this topic...

bovquier
bovquier commented Aug 8, 2019

requeryVersion = '1.6.0'
requeryVersion = '1.6.1'

E/BaseViewModel: java.sql.SQLNonTransientConnectionException
    io.requery.PersistenceException: java.sql.SQLNonTransientConnectionException
        at io.requery.sql.EntityDataStore.checkConnectionMetadata(EntityDataStore.java:588)
        at io.requery.sql.EntityDataStore$DataContext.getTransactionMode(EntityDataStore.java:747)
mphouston
mphouston commented Jan 28, 2020

This is a suggested addition to the Micronaut-Data docs on @transactional. Please consider adding this note to section "6.1 Transactions":

NOTE: The javax.transaction.Transactional annotation is only supported in repositories and beans processed by Micronaut. Using @transactional on other methods/classes does not initiate a transaction. See "Programmatic Transactions" for hints on how to use

轻量级JAVA持久层,Hibernate辅助神器!可无缝集成Hibernate项目,立刻拥有Mybatis一样的轻量级SQL能力。(项目产生初衷:因为项目已采用hibernate,但又想像mybatis一样写sql,曾经想过同时集成hibernate和mybatis,但是太重,事务也不好控制。所以自己手工写了这个小型持久层,不逊色于mybatis,与hibernate集成也非常方便)

  • Updated Jun 15, 2020
  • Java

Improve this page

Add a description, image, and links to the jdbc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jdbc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.