Hi all,
while reworking all the templates it comes in my mind, that collection element tags are pooly named.
Sometimes they are @hibernate.collection-something -
but this "collection" is just plain overkill and verbose
( for example, @hibernate.collection-element would be better @hibernate.element, since it can occur only inside collection.
I know there will be a big scream about old mappings, so I think about
"velevet deprecation" - old tags will be still usable, but there will be warnings.
Is this strategy OK for hibernate folks?
|