Configuration Point tapestry.annotation.ExcludedProxyAnnotations | Occurs: | 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 | |||||||||||||||||
|
|||||||||||||||||
Contribution from module tapestry.annotation | |||||||||||||||||
<exclude match="org.hibernate"
/>
<exclude match="javax.persistence" /> <exclude match="Entity" /> |