fix some whitespace in package-infos
This commit is contained in:
parent
1cd183b999
commit
66b86ad315
|
@ -6,9 +6,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This package defines an SPI for integrating bytecode libraries with Hibernate.
|
* This package defines an SPI for integrating bytecode libraries with Hibernate.
|
||||||
* A bytecode library is used for:
|
* A bytecode library is used for:
|
||||||
* <ol>
|
* <ol>
|
||||||
* <li>
|
* <li>
|
||||||
* <b>Reflection optimization</b> - to speed up the performance of entity
|
* <b>Reflection optimization</b> - to speed up the performance of entity
|
||||||
* and component construction and field/property access,
|
* and component construction and field/property access,
|
||||||
|
@ -22,6 +22,6 @@
|
||||||
* classes for the purpose of intercepting field-level access, for both
|
* classes for the purpose of intercepting field-level access, for both
|
||||||
* lazy loading and dirty tracking.
|
* lazy loading and dirty tracking.
|
||||||
* </li>
|
* </li>
|
||||||
* </ol>
|
* </ol>
|
||||||
*/
|
*/
|
||||||
package org.hibernate.bytecode;
|
package org.hibernate.bytecode;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hibernate's support for JPA criteria queries.
|
* Hibernate's support for JPA criteria queries.
|
||||||
*
|
* <p>
|
||||||
* Note JPA criteria are similar to Hibernate's legacy notion
|
* Note JPA criteria are similar to Hibernate's legacy notion
|
||||||
* of a detached criteria. Ultimately the criteria tree is transformed
|
* of a detached criteria. Ultimately the criteria tree is transformed
|
||||||
* into an SQM form and becomes a Query.
|
* into an SQM form and becomes a Query.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
/**
|
/**
|
||||||
* Package defining support for HQL queries (including supprt for JPQL
|
* Package defining support for HQL queries (including supprt for JPQL
|
||||||
* as a subset of HQL).
|
* as a subset of HQL).
|
||||||
*
|
* <p>
|
||||||
* This includes transformation via Antlr, {@link org.hibernate.query.Query}
|
* This includes transformation via Antlr, {@link org.hibernate.query.Query}
|
||||||
* manipulation and execution
|
* manipulation and execution
|
||||||
*
|
*
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
* Support for immutable result/fetch builder graph nodes built from static sources
|
* Support for immutable result/fetch builder graph nodes built from static sources
|
||||||
* such as JPA's {@link jakarta.persistence.SqlResultSetMapping} or `hbm.xml` mapping
|
* such as JPA's {@link jakarta.persistence.SqlResultSetMapping} or `hbm.xml` mapping
|
||||||
* {@code <resultset/>}.
|
* {@code <resultset/>}.
|
||||||
*
|
* <p>
|
||||||
* The differentiation from {@link org.hibernate.query.results.dynamic} is that here
|
* The differentiation from {@link org.hibernate.query.results.dynamic} is that here
|
||||||
* we have up-front knowledge of the complete mapping graph and can perform optimized
|
* we have up-front knowledge of the complete mapping graph and can perform optimized
|
||||||
* resolution process
|
* resolution process
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
* and {@link org.hibernate.procedure.ProcedureCall} / {@link jakarta.persistence.StoredProcedureQuery}.
|
* and {@link org.hibernate.procedure.ProcedureCall} / {@link jakarta.persistence.StoredProcedureQuery}.
|
||||||
* These result-set mappings are used to map the values in the JDBC {@link java.sql.ResultSet}
|
* These result-set mappings are used to map the values in the JDBC {@link java.sql.ResultSet}
|
||||||
* into the query result graph.
|
* into the query result graph.
|
||||||
*
|
* <p>
|
||||||
* NOTE : Handling the different sources of results and fetches is split into multiple packages
|
* NOTE : Handling the different sources of results and fetches is split into multiple packages
|
||||||
* and multiple impls for performance reasons. The classes in {@link org.hibernate.query.results.complete}
|
* and multiple impls for performance reasons. The classes in {@link org.hibernate.query.results.complete}
|
||||||
* represent result/fetch definitions that are completely known up-front and are faster to
|
* represent result/fetch definitions that are completely known up-front and are faster to
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Package defining the SQL AST.
|
* Package defining the SQL AST.
|
||||||
*
|
* <p>
|
||||||
* {@link org.hibernate.sql.ast.spi} defines support for creating and
|
* {@link org.hibernate.sql.ast.spi} defines support for creating and
|
||||||
* consuming these trees.
|
* consuming these trees.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
* Package defining support for execution of SQL statements through JDBC. The statement
|
* Package defining support for execution of SQL statements through JDBC. The statement
|
||||||
* to execute is modelled by {@link org.hibernate.sql.exec.spi.JdbcOperationQuery} and
|
* to execute is modelled by {@link org.hibernate.sql.exec.spi.JdbcOperationQuery} and
|
||||||
* are executed via the corresponding executor.
|
* are executed via the corresponding executor.
|
||||||
*
|
* <p>
|
||||||
* For operations that return ResultSets, be sure to see {@link org.hibernate.sql.results}
|
* For operations that return ResultSets, be sure to see {@link org.hibernate.sql.results}
|
||||||
* which provides support for processing results starting with
|
* which provides support for processing results starting with
|
||||||
* {@link org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping}
|
* {@link org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
/**
|
/**
|
||||||
* Most contracts here have been replaced by Hibernate's
|
* Most contracts here have been replaced by Hibernate's
|
||||||
* {@linkplain org.hibernate.metamodel.mapping mapping-model}.
|
* {@linkplain org.hibernate.metamodel.mapping mapping-model}.
|
||||||
* <p/>
|
* <p>
|
||||||
* Value-generation related contracts have been replaced by
|
* Value-generation related contracts have been replaced by
|
||||||
* {@link org.hibernate.generator}
|
* {@link org.hibernate.generator}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue