All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.boot.model.type.spi.package-info Maven / Gradle / Ivy

There is a newer version: 7.0.0.Alpha3
Show newest version
/*
 * Hibernate, Relational Persistence for Idiomatic Java
 *
 * License: GNU Lesser General Public License (LGPL), version 2.1 or later.
 * See the lgpl.txt file in the root directory or .
 */

/**
 * Defines the SPI contracts for type information handling during bootstrap.  The
 * central contract here is {@link org.hibernate.boot.model.type.spi.TypeInformation}
 * and its registry : {@link org.hibernate.boot.model.type.spi.TypeInformationAliasRegistry}
 * 

* Ultimately would like to move to a "producer" paradigm where we create * a Type "producer" and store that into the mapping model; as opposed to the * current "information" paradigm. */ package org.hibernate.boot.model.type.spi;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy