avatar

Andres Jaimes

How to run a custom update using Java JPA

From time to time it is necessary to execute a query without using Java’s JPA infrastructure.

In order to do it, we have to define a NamedQuery to execute. In this example, I will run an update against the database.

@Entity
@NamedQueries ({ …

Quick lessons on working with Java’s BigDecimal

Today I bring an example of the different results you can expect when using Java’s BigDecimal class. From instantiation to applying different arithmetic operations, it is important to understand how they affect the resulting instances.

The following …

Support Glumik!

Hello,

This time I write to ask you for your support. We’re developing a website for small business owners in the City of Queretaro, Mexico.

The website will allow the proprietors have presence on the Internet. Many of these people do not have the …