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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanskip(MetaProperty property) Optionally indicates, whether the property has to be visitedvoidvisit(Object entity, MetaProperty property) Visits an entity attribute. 
- 
Constructor Details
- 
SingleValuePropertyVisitor
protected SingleValuePropertyVisitor() 
 - 
 - 
Method Details
- 
visit
Description copied from interface:EntityAttributeVisitorVisits an entity attribute.- Specified by:
 visitin interfaceEntityAttributeVisitor- Parameters:
 entity- entity instanceproperty- meta-property pointing to the visited attribute
 - 
skip
Description copied from interface:EntityAttributeVisitorOptionally indicates, whether the property has to be visited- Specified by:
 skipin interfaceEntityAttributeVisitor- Parameters:
 property- meta-property that is about to be visited- Returns:
 - false if the property has to be visited
 
 
 -