Uses of Class
org.hibernate.boot.model.process.internal.NamedConverterResolution
Packages that use NamedConverterResolution
-
Uses of NamedConverterResolution in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal that return NamedConverterResolutionModifier and TypeMethodDescriptionstatic <T> NamedConverterResolution<T>
NamedConverterResolution.from
(String name, Function<TypeConfiguration, BasicJavaType> explicitJtdAccess, Function<TypeConfiguration, JdbcType> explicitStdAccess, Function<TypeConfiguration, MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeIndicators sqlTypeIndicators, JpaAttributeConverterCreationContext converterCreationContext, MetadataBuildingContext context) static <T> NamedConverterResolution<T>
NamedConverterResolution.from
(ConverterDescriptor converterDescriptor, Function<TypeConfiguration, BasicJavaType> explicitJtdAccess, Function<TypeConfiguration, JdbcType> explicitStdAccess, Function<TypeConfiguration, MutabilityPlan> explicitMutabilityPlanAccess, Type resolvedJavaType, JdbcTypeIndicators sqlTypeIndicators, JpaAttributeConverterCreationContext converterCreationContext, MetadataBuildingContext context)