-
Enterprise Java
JPA Named Query Example
1. Introduction In this article you will learn how to use the JPA @NamedQuery and @NamedNativeQuery annotations. We will start…
Read More » -
Enterprise Java
JPA One-to-One Example
1. Introduction In this article we will explore the JPA @OneToOne association in a SQL and NoSQL fashion. A @OneToOne…
Read More » -
Enterprise Java
JPA One-to-Many Example
1. Introduction In this article we will explore the JPA @OneToMany and @ManyToOne associations in a SQL and NoSQL fashion.…
Read More » -
Enterprise Java
JPA Many-to-Many association in SQL and NoSQL databases under Payara
1. Introduction In this article we will explore the JPA bidirectional @ManyToMany association in a SQL and NoSQL fashion. A…
Read More » -
Enterprise Java
Maven Skip Tests Example
1. Introduction In this example we will explore Maven capabilities to skip running/compiling unit tests during a project build. Although…
Read More »