Example usage for org.hibernate.type AnyType subclass-usage

List of usage examples for org.hibernate.type AnyType subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.type AnyType subclass-usage.

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