IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Database migrations are critical to modern application development and deployment, enabling teams to evolve their database schema alongside their application code. However, as systems grow in complexity and scale, managing migrations becomes increasingly challenging. At scale, a simple schema update…
Register now and join us for our next IntelliJ IDEA Live Stream of Testcontainers: From Zero to Hero. In this live stream, Marco Behler, Developer Advocate @JetBrains, will help you get started with Testcontainers for your integration, or UI tests, using your favorite IDE, IntelliJ IDEA. Day: Wedn…
As you know, IntelliJ IDEA provides built-in database tools with support for many SQL dialects, such as Oracle, PostgreSQL, MySQL, Microsoft SQL Server and others. A while ago we shared this video with a quick overview of how to set up a connection to a database, use smart completion (even for SQL …
In IDEA 10.5 "Find Usages" (Alt-F7) results for tables and columns include database schema usages, i.e. references in indices, primary and foreign keys, see screenshot below: Develop with pleasure!…
The upcoming IntelliJ IDEA 8.1.1 includes a new option to generate separate XML mapping per entity.…
With IntelliJ IDEA you can quickly generate persistence mappings from any database schema. This feature is not so easy to find, so here's the tip:…
In IntelliJ IDEA HQL console can be used with pure JPA facets (as well as with Hibernate facets) to run JPAQL and HQL queries. All you need is Hibernate libraries and JDBC driver in a module classpath. If persistence.xml contains no Hibernate-specific database connection options, it should be mapped…