Example usage for org.hibernate EntityNameResolver interface-usage

List of usage examples for org.hibernate EntityNameResolver interface-usage

Introduction

In this page you can find the example usage for org.hibernate EntityNameResolver interface-usage.

Usage

From source file edu.northwestern.bioinformatics.studycalendar.security.csm.internal.CglibProxyEntityNameResolver.java

/**
 * @author Rhett Sutphin
 */
public class CglibProxyEntityNameResolver implements EntityNameResolver {
    private Pattern CGLIB_ENHANCED_CLASS_NAME = Pattern.compile("^\\$?(.*)\\$\\$EnhancerByCGLIB\\$\\$\\w+$");

From source file gr.interamerican.bo2.impl.open.hibernate.tuple.resolver.Bo2EntityNameResolver.java

/**
 * {@link EntityNameResolver} implementation that resolves the
 * entityName as it appears in Hibernate mapping files for a 
 * given entity instance.
 * 
 * Implementation of hashcode and equals helps the {@link SessionFactory}

From source file lucee.runtime.orm.hibernate.tuplizer.CFCEntityNameResolver.java

public class CFCEntityNameResolver implements EntityNameResolver {
    public static final CFCEntityNameResolver INSTANCE = new CFCEntityNameResolver();

    /**
     * {@inheritDoc}
     */

From source file org.eclipse.emf.teneo.hibernate.tuplizer.EMFEntityNameResolver.java

/**
 * Intercepts the getEntityName call to return the EClass name as the entity name.
 * 
 * @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
 * @version $Revision: 1.1 $
 */

From source file org.web4thejob.orm.EntityNameResolverImpl.java

/**
 * @author Veniamin Isaias
 * @since 1.0.0
 */

public class EntityNameResolverImpl implements EntityNameResolver {