Uses of Package
org.hibernate.internal.util
-
Packages that use org.hibernate.internal.util Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal.util Internal utility classesorg.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree.org.hibernate.sql.exec.internal Implementation of the SPI for execution of SQL statements via JDBC.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.internal org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types. -
Classes in org.hibernate.internal.util used by org.hibernate.engine.spi Class Description IndexedConsumer A consumer, likeConsumer
, accepting a value and its index. -
Classes in org.hibernate.internal.util used by org.hibernate.internal.util Class Description MutableInteger A more performant version ofAtomicInteger
in cases where we do not have to worry about concurrency.MutableLong A more performant version ofAtomicLong
in cases where we do not have to worry about concurrency.StringHelper.Renderer ValueHolder.DeferredInitializer The snippet that generates the initialization value. -
Classes in org.hibernate.internal.util used by org.hibernate.metamodel.mapping Class Description IndexedConsumer A consumer, likeConsumer
, accepting a value and its index. -
Classes in org.hibernate.internal.util used by org.hibernate.metamodel.mapping.internal Class Description IndexedConsumer A consumer, likeConsumer
, accepting a value and its index. -
Classes in org.hibernate.internal.util used by org.hibernate.metamodel.model.domain.internal Class Description IndexedConsumer A consumer, likeConsumer
, accepting a value and its index. -
Classes in org.hibernate.internal.util used by org.hibernate.persister.entity Class Description IndexedConsumer A consumer, likeConsumer
, accepting a value and its index. -
Classes in org.hibernate.internal.util used by org.hibernate.query.derived Class Description IndexedConsumer A consumer, likeConsumer
, accepting a value and its index. -
Classes in org.hibernate.internal.util used by org.hibernate.query.sqm.function Class Description IndexedConsumer A consumer, likeConsumer
, accepting a value and its index. -
Classes in org.hibernate.internal.util used by org.hibernate.sql.ast.tree.expression Class Description IndexedConsumer A consumer, likeConsumer
, accepting a value and its index. -
Classes in org.hibernate.internal.util used by org.hibernate.sql.exec.internal Class Description IndexedConsumer A consumer, likeConsumer
, accepting a value and its index. -
Classes in org.hibernate.internal.util used by org.hibernate.sql.results.graph Class Description IndexedConsumer A consumer, likeConsumer
, accepting a value and its index. -
Classes in org.hibernate.internal.util used by org.hibernate.sql.results.graph.internal Class Description IndexedConsumer A consumer, likeConsumer
, accepting a value and its index. -
Classes in org.hibernate.internal.util used by org.hibernate.type Class Description IndexedConsumer A consumer, likeConsumer
, accepting a value and its index.