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 org.hibernate.query.hql.spi 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 creating and executing various JDBC operationsorg.hibernate.sql.ast.spi Package defining support for creating and consuming 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.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.