Class RegisteredConversion

    • Constructor Detail

      • RegisteredConversion

        public RegisteredConversion​(Class<?> explicitDomainType,
                                    Class<? extends jakarta.persistence.AttributeConverter<?,​?>> converterType,
                                    boolean autoApply,
                                    MetadataBuildingContext context)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getExplicitDomainType

        public Class<?> getExplicitDomainType()
      • getConverterType

        public Class<? extends jakarta.persistence.AttributeConverter<?,​?>> getConverterType()
      • isAutoApply

        public boolean isAutoApply()