Module tapestry.annotation
Back to master index

[public] Configuration Point tapestry.annotation.ExcludedProxyAnnotationsOccurs: unbounded
Definition of simple string match configurations that will cause any annotation class name matching any of the definitions in this configuration point to not be eligable for cglib proxying enhancements later on. This is done to prevent issues with popular persistence frameworks like Hibernate.
Schema
Element <exclude>
Attribute match (required) (unique) Translator: string
The string to use in matching containment within the string returned from Annotation.annotationType().getName().
Conversion Rules
<push-attribute attribute="match" />
<invoke-parent method="addElement" />
Contribution from module tapestry.annotation
<exclude match="org.hibernate" />
<exclude match="javax.persistence" />
<exclude match="Entity" />

Module tapestry.annotation
Back to master index