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

org.hibernate.sql.package-info Maven / Gradle / Ivy

There is a newer version: 6.6.2.Final
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 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