Example usage for org.hibernate.boot.spi MetadataContributor interface-usage

List of usage examples for org.hibernate.boot.spi MetadataContributor interface-usage

Introduction

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

Usage

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

/**
 * @author Christian Beikov
 * @since 1.2.0
 */
public class Hibernate52MetadataContributor implements MetadataContributor, Service, Configurable {

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

/**
 * @author Christian Beikov
 * @since 1.2.0
 */
public class Hibernate53MetadataContributor implements MetadataContributor, Service, Configurable {

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

/**
 * @author Christian Beikov
 * @since 1.2.0
 */
public class Hibernate5MetadataContributor implements MetadataContributor, Service, Configurable {

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

/**
 * @author Christian Beikov
 * @since 1.2.0
 */
public class Hibernate60MetadataContributor implements MetadataContributor {

From source file org.grails.orm.hibernate.cfg.GrailsDomainBinder.java

/**
 * Handles the binding Grails domain classes and properties to the Hibernate runtime meta model.
 * Based on the HbmBinder code in Hibernate core and influenced by AnnotationsBinder.
 *
 * @author Graeme Rocher
 * @since 0.1