Annotation Interface GenerateProxy
@Around
@Introduction(interfaces=IntroducedHibernateProxy.class)
@Type(IntroducedHibernateProxyAdvice.class)
@Documented
@Retention(RUNTIME)
@Target(TYPE)
public @interface GenerateProxy
Annotated Entity class will have a compile time Hibernate proxy.
- Since:
- 3.3.0
- Author:
- Denis Stepanov