Uses of Package
org.hibernate.internal.util.collections
Packages that use org.hibernate.internal.util.collections
Package
Description
Implementation of the SPIs for HQL support.
SPIs for HQL support.
Package for the translation of SQM into SQL AST
Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
-
Classes in org.hibernate.internal.util.collections used by org.hibernate.graph.internal.parse
-
Classes in org.hibernate.internal.util.collections used by org.hibernate.internal.util.collectionsClassDescriptionArray-like structures that organizes elements in
AbstractPagedArray.Page
s, automatically allocating more as needed.Represents a page ofAbstractPagedArray.PAGE_CAPACITY
objects in the overall array.AMap
where keys are compared by object identity, rather than usingObject.equals(Object)
.This is an internal data structure designed for very specific needs; it will most often be used as a replacement for EnumMap, although the focus on the Enum aspect is modelled as an int primitive: think of using the ordinals of an Enum to simulate the EnumMap.Stack implementation exposing useful methods for Hibernate needs. -
Classes in org.hibernate.internal.util.collections used by org.hibernate.query.hql.internal
-
Classes in org.hibernate.internal.util.collections used by org.hibernate.query.hql.spi
-
Classes in org.hibernate.internal.util.collections used by org.hibernate.query.sqm.mutation.internal
-
Classes in org.hibernate.internal.util.collections used by org.hibernate.query.sqm.sql
-
Classes in org.hibernate.internal.util.collections used by org.hibernate.sql.ast
-
Classes in org.hibernate.internal.util.collections used by org.hibernate.sql.ast.spi