AttributeConverter
instances as part of the
Hibernate Type
system.See: Description
Class | Description |
---|---|
AttributeConverterMutabilityPlanImpl<T> |
The standard approach for defining a MutabilityPlan for converted (AttributeConverter)
values is to always assume that they are immutable to make sure that dirty checking,
deep copying and second-level caching all work properly no matter what.
|
AttributeConverterSqlTypeDescriptorAdapter |
Adapter for incorporating JPA
AttributeConverter handling into the SqlTypeDescriptor contract. |
AttributeConverterTypeAdapter<T> |
Adapts the Hibernate Type contract to incorporate JPA AttributeConverter calls.
|
AttributeConverter
instances as part of the
Hibernate Type
system.Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.