Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
3.3.1 Annotations
Mapping documents:
@Any, @AnyMetaDef.java, @AnyMetaDefs.java
These annotations can be used to map a generic type to a database entity right?
The source code here for convenience:
http://anonsvn.jboss.org/repos/hibernat ... ToAny.java
http://anonsvn.jboss.org/repos/hibernat ... s/Any.java
Says
* This kind of mapping should be only marginal.
Is this slow? It would really help out my domain model to use this tag, but I am wondering what the negitive implications of this Annotations is?
What are the implications of heavy use of this tag?
Thanks
Kal