List of usage examples for org.hibernate.persister.entity JoinedSubclassEntityPersister subclass-usage
From source file com.evolveum.midpoint.repo.sql.util.MidPointJoinedPersister.java
/** * See MidPointPersisterUtil comments. * * @author mederly */ public class MidPointJoinedPersister extends JoinedSubclassEntityPersister {
From source file org.babyfish.hibernate.persister.JoinedSubclassEntityPersister.java
/** * @author Tao Chen */ public class JoinedSubclassEntityPersister extends org.hibernate.persister.entity.JoinedSubclassEntityPersister { public JoinedSubclassEntityPersister(EntityBinding entityBinding,
From source file org.codehaus.groovy.grails.orm.hibernate.persister.entity.GroovyAwareJoinedSubclassEntityPersister.java
/**
* A customized EntityPersisteer that creates proxies valid for use with Groovy.
*
* @author Graeme Rocher
* @since 1.1.1
*/
From source file org.grails.orm.hibernate.persister.entity.GroovyAwareJoinedSubclassEntityPersister.java
/**
* A customized EntityPersister that creates proxies valid for use with Groovy.
*
* @author Graeme Rocher
* @since 1.1.1
*/
From source file org.jspresso.framework.model.persistence.hibernate.entity.persister.EntityProxyJoinedSubclassEntityPersister.java
/**
* Subclassed the hibernate default persister for joined subclasses to
* workaround a problem with determination of the subclass entity name when
* using dynamic proxies.
*
* @author Vincent Vandenschrick
From source file org.squashtest.tm.infrastructure.hibernate.TestStepPersister.java
public class TestStepPersister extends JoinedSubclassEntityPersister { private static final String NONFORMATTED_TABLE_NAME = "TEST_CASE_STEPS"; private static final String NONFORMATTED_COLUMN_NAME = "STEP_ID"; private String formattedTableName;