org.hibernate.sql.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of beangle-hibernate-core Show documentation
Show all versions of beangle-hibernate-core Show documentation
Hibernate Orm Core Shade,Support Scala Collection
/*
* 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 http://www.gnu.org/licenses/lgpl-2.1.html
*/
/**
* This package contains helper classes for rendering SQL fragments and SQL statements.
*
* Subpackages under this namespace contain the following very important components of
* Hibernate:
*
* - The {@linkplain org.hibernate.sql.ast SQL AST} used for generation of SQL queries.
*
- A {@linkplain org.hibernate.sql.model specialized model} for building and executing
* mutation statements related to {@linkplain org.hibernate.metamodel.mapping.ModelPart
* domain model parts}.
*
- An API for {@linkplain org.hibernate.sql.results processing JDBC results} and
* producing graphs of entity objects based around a
* {@linkplain org.hibernate.sql.results.graph.DomainResultGraphNode domain result graph}.
*
- Support for {@linkplain org.hibernate.sql.exec execution} of SQL via JDBC.
*
*/
package org.hibernate.sql;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy