Uses of Package
org.hibernate.internal.util.collections
-
Packages that use org.hibernate.internal.util.collections Package Description org.hibernate.internal.util.collections org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST. -
Classes in org.hibernate.internal.util.collections used by org.hibernate.internal.util.collections Class Description BoundedConcurrentHashMap.Eviction ConcurrentReferenceHashMap.Option ConcurrentReferenceHashMap.ReferenceType An option specifying which Java reference type should be used to refer to a key and/or value.IdentityMap AMap
where keys are compared by object identity, rather thanequals()
.LazyIndexedMap 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.ReadOnlyMap Stack Stack implementation exposing useful methods for Hibernate needs. -
Classes in org.hibernate.internal.util.collections used by org.hibernate.query.hql.internal Class Description Stack Stack implementation exposing useful methods for Hibernate needs. -
Classes in org.hibernate.internal.util.collections used by org.hibernate.query.hql.spi Class Description Stack Stack implementation exposing useful methods for Hibernate needs. -
Classes in org.hibernate.internal.util.collections used by org.hibernate.query.sqm.mutation.internal Class Description Stack Stack implementation exposing useful methods for Hibernate needs. -
Classes in org.hibernate.internal.util.collections used by org.hibernate.query.sqm.sql Class Description Stack Stack implementation exposing useful methods for Hibernate needs. -
Classes in org.hibernate.internal.util.collections used by org.hibernate.sql.ast Class Description Stack Stack implementation exposing useful methods for Hibernate needs. -
Classes in org.hibernate.internal.util.collections used by org.hibernate.sql.ast.spi Class Description Stack Stack implementation exposing useful methods for Hibernate needs.