Interface AttributeProcessor.MemberAdjuster

Enclosing class:
AttributeProcessor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AttributeProcessor.MemberAdjuster
  • Method Summary

    Modifier and Type
    Method
    Description
    <M extends org.hibernate.models.spi.MutableMemberDetails>
    void
    adjust(M member, JaxbPersistentAttribute jaxbPersistentAttribute, XmlDocumentContext xmlDocumentContext)