Class AbstractSingleValueHolder.SingleValuePropertyVisitor

java.lang.Object
io.jmix.eclipselink.impl.lazyloading.AbstractSingleValueHolder.SingleValuePropertyVisitor
All Implemented Interfaces:
EntityAttributeVisitor
Enclosing class:
AbstractSingleValueHolder

protected class AbstractSingleValueHolder.SingleValuePropertyVisitor extends Object implements EntityAttributeVisitor
  • Constructor Details

    • SingleValuePropertyVisitor

      protected SingleValuePropertyVisitor()
  • Method Details

    • visit

      public void visit(Object entity, MetaProperty property)
      Description copied from interface: EntityAttributeVisitor
      Visits an entity attribute.
      Specified by:
      visit in interface EntityAttributeVisitor
      Parameters:
      entity - entity instance
      property - meta-property pointing to the visited attribute
    • skip

      public boolean skip(MetaProperty property)
      Description copied from interface: EntityAttributeVisitor
      Optionally indicates, whether the property has to be visited
      Specified by:
      skip in interface EntityAttributeVisitor
      Parameters:
      property - meta-property that is about to be visited
      Returns:
      false if the property has to be visited