tree: 1001b0e1184e6cb6cdf06e5eb066761c3af22e1b [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
examples/spring-data-proxy-meta/README.md

index-group=Unrevised type=page status=published

# Spring Data With Meta sample #

This example simply simplifies the usage of spring-data sample
providing a meta annotation @SpringRepository to do all the dynamic procy EJB job.

It replaces @Proxy and @Stateless annotations.

Isn't it more comfortable?

To do it we defined a meta annotation "Metatype" and used it.

The proxy implementation is the same than for spring-data sample.