List of usage examples for org.hibernate.type AnyType subclass-usage
From source file org.riotfamily.common.hibernate.FailSafeAnyType.java
/**
* Custom Hibernate type that works like {@link AnyType} but does not
* throw an {@link ObjectNotFoundException} when the referenced entity
* has been deleted.
*
* @see http://opensource.atlassian.com/projects/hibernate/browse/HHH-3475