Example usage for org.hibernate.persister.entity UnionSubclassEntityPersister subclass-usage

List of usage examples for org.hibernate.persister.entity UnionSubclassEntityPersister subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.persister.entity UnionSubclassEntityPersister subclass-usage.

Usage

From source file org.babyfish.hibernate.persister.UnionSubclassEntityPersister.java

/**
 * @author Tao Chen
 */
public class UnionSubclassEntityPersister extends org.hibernate.persister.entity.UnionSubclassEntityPersister {

    public UnionSubclassEntityPersister(EntityBinding entityBinding, EntityRegionAccessStrategy cacheAccessStrategy,

From source file org.jspresso.framework.model.persistence.hibernate.entity.persister.EntityProxyUnionSubclassEntityPersister.java

/**
 * Subclassed the hibernate default persister for union subclasses to workaround
 * a problem with determination of the subclass entity name when using dynamic
 * proxies.
 *
 * @author Vincent Vandenschrick