Uses of Package
org.hibernate.engine.internal
Packages that use org.hibernate.engine.internal
Package
Description
The various concrete action implementations.
Support for many of the internal workings of Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Classes in org.hibernate.engine.internal used by org.hibernate.action.internalClassDescriptionTracks non-nullable transient entities that would cause a particular entity insert to fail.
-
Classes in org.hibernate.engine.internal used by org.hibernate.engine.internalClassDescriptionDescribes the point at which a cascade is occurringDefines a context for maintaining the relation between an entity associated with the
Session
ultimately owning thisEntityEntryContext
instance and that entity's correspondingEntityEntry
.Deprecated, for removal: This API element is subject to removal in a future version.This interface has been introduced to mitigate JDK-8180450.
Sadly, usingBiConsumer
will trigger a type pollution issue because of generics type-erasure:BiConsumer
's actual parameters types on the lambda implemention'sBiConsumer.accept(T, U)
are stealthy enforced viacheckcast
, messing up with type check cached data.Deprecated, for removal: This API element is subject to removal in a future version.Logging related to natural-id operationsTracks non-nullable transient entities that would cause a particular entity insert to fail. -
Classes in org.hibernate.engine.internal used by org.hibernate.engine.spi
-
Classes in org.hibernate.engine.internal used by org.hibernate.type