Example usage for org.hibernate.integrator.spi Integrator interface-usage

List of usage examples for org.hibernate.integrator.spi Integrator interface-usage

Introduction

In this page you can find the example usage for org.hibernate.integrator.spi Integrator interface-usage.

Usage

From source file com.blazebit.persistence.integration.hibernate.Hibernate52Integrator.java

/**
 * @author Christian Beikov
 * @since 1.2.0
 */
@ServiceProvider(Integrator.class)
public class Hibernate52Integrator implements Integrator {

From source file com.blazebit.persistence.integration.hibernate.Hibernate53Integrator.java

/**
 * @author Christian Beikov
 * @since 1.2.0
 */
@ServiceProvider(Integrator.class)
public class Hibernate53Integrator implements Integrator {

From source file com.blazebit.persistence.integration.hibernate.Hibernate5Integrator.java

/**
 * @author Christian Beikov
 * @since 1.2.0
 */
@ServiceProvider(Integrator.class)
public class Hibernate5Integrator implements Integrator {

From source file com.blazebit.persistence.integration.hibernate.Hibernate60Integrator.java

/**
 * @author Christian Beikov
 * @since 1.2.0
 */
@ServiceProvider(Integrator.class)
public class Hibernate60Integrator implements Integrator {

From source file com.evolveum.midpoint.repo.sql.MetadataExtractorIntegrator.java

/**
 * @author mederly
 *
 * Adapted from https://vladmihalcea.com/how-to-get-access-to-database-table-metadata-with-hibernate-5/
 */
public class MetadataExtractorIntegrator implements org.hibernate.integrator.spi.Integrator {

From source file com.github.javarch.persistence.orm.hibernate.spi.JavarchEventListenerIntegrator.java

/**
 * EventListener integrator. 
 * 
 * Integra  os seguintes eventos:
 * 
 * EventType.PRE_INSERT 

From source file com.github.stefanheimberg.example.database.FlywayIntegrator.java

/**
 *
 * @author Stefan Heimberg <kontakt@stefanheimberg.ch>
 */
// https://github.com/dobermai/Hibernate-Flyway-Integration
// http://blog.essential-bytes.de/flyway-hibernate-und-jpa-integrieren/

From source file de.dobermai.FlywayIntegrator.java

/**
 * @author dobermai
 */
public class FlywayIntegrator implements Integrator {

    public static final Logger logger = Logger.getLogger("FlywayIntegrator");

From source file es.logongas.ix3.dao.impl.rules.IntegratorImplRuleEngine.java

/**
 * Integracion del sistema de reglas con Hibernate
 * @author logongas
 */
public class IntegratorImplRuleEngine implements Integrator {

From source file fi.vm.sade.eperusteet.hibernate.MetadataIntegrator.java

/**
 * User: tommiratamaa
 * Date: 27.11.2015
 * Time: 16.24
 */
public class MetadataIntegrator implements Integrator {