This tutorial demonstrate using JPA2.0 with createNativeQuery and hibernate as vendor provider.
Read MoreJPA – Simple JPQL with TypeQuery
This tutorial demonstrate using JPA2.0 with JQPL with TypeQuery and hibernate as vendor provider.
Read MoreJPA NamedQuery
This tutorial demonstrate using JPA2.0 with NamedQuery and hibernate as vendor provider.
Read MoreSpring JavaConfig JdbcDaoSupport
This article demonstrate how to use JdbcDaoSupport in Spring JavaConfig.
Read MoreAOP basic
Join Point – A point of execution of a program, such as a method call or exception thrown Pointcut – […]
Read MoreAround Advice Example With ProxyFactory
Example 1: ProxyFactory + Advice The first example will show you how to use ProxyFactory with advice and target object. 1) Create a […]
Read MoreJavaConfig – SpringExpL
Suppose I have a POJO called Address, I’d like to load external resource data and replace the address line1 and line2 […]
Read MoreBeanPostProcessor
Bean post-processors, a special kind of spring bean that able to received bean lifecycle callback at various stages (initialisation/destruction), and perform […]
Read MoreCustomPropertyEditor
Let’s look at how the custom property editor do the job for us. Before that I’ll first demo if we […]
Read MoreUsing Spring Expression Language with value
Using SpEL is easy for externalise the value. This simple example demonstrate how to use spring expression language. Create a POJO […]
Read More