| Users will be able to specify the following short-names to be mapped to their equivalent strategies:
| Short Name |
Strategy Class |
| <no value specified> |
org.hibernate.envers.strategy.DefaultAuditStrategy |
| default |
org.hibernate.envers.strategy.DefaultAuditStrategy |
| DefaultAuditStrategy |
org.hibernate.envers.strategy.DefaultAuditStrategy |
| org.hibernate.envers.strategy.DefaultAuditStrategy |
org.hibernate.envers.strategy.DefaultAuditStrategy |
| validity |
org.hibernate.envers.strategy.ValidityAuditStrategy |
| ValidityAuditStrategy |
org.hibernate.envers.strategy.ValidityAuditStrategy |
| org.hibernate.envers.strategy.ValidityAuditStrategy |
org.hibernate.envers.strategy.ValidityAuditStrategy |
This will allow backward compatibility as well as support for the newer short-naming convention. |