Git Product home page Git Product logo

Comments (1)

gitblit avatar gitblit commented on June 7, 2024

When is the DB upgraded?

Before the first entity class is defined/mapped as part of the first executed statement/query. An upgrade check will occur automatically & once per Db instance.

When is the table upgraded?

Before the requested entity class is defined/mapped as part of the executed statement/query. An table upgrade check will occur automatically & once per Db instance.

I don't want to be forced to extend a Crud/Generic Dao.

PRs welcome. ;)

Is my approach a good one?

Well you know I dislike static but otherwise I don't see anything wrong.

If I might make a suggestion... the RoutePreDispatchListener and RoutePostDispatchListener were implemented to handle exactly the scenario you are statically linking for getDb and closeDb - at least within Pippo request cycles. If you need a Db outside that and you are not using injection then I suppose static is the workaround.

from iciql.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.