Class CollectionValuePropertyHolder.CollectionValuePropertyVisitor
java.lang.Object
io.jmix.eclipselink.impl.lazyloading.CollectionValuePropertyHolder.CollectionValuePropertyVisitor
- All Implemented Interfaces:
- EntityAttributeVisitor
- Enclosing class:
- CollectionValuePropertyHolder
protected class CollectionValuePropertyHolder.CollectionValuePropertyVisitor
extends Object
implements EntityAttributeVisitor
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanskip(MetaProperty property) Optionally indicates, whether the property has to be visitedvoidvisit(Object entity, MetaProperty property) Visits an entity attribute.
- 
Constructor Details- 
CollectionValuePropertyVisitorprotected CollectionValuePropertyVisitor()
 
- 
- 
Method Details- 
visitDescription copied from interface:EntityAttributeVisitorVisits an entity attribute.- Specified by:
- visitin interface- EntityAttributeVisitor
- Parameters:
- entity- entity instance
- property- meta-property pointing to the visited attribute
 
- 
skipDescription copied from interface:EntityAttributeVisitorOptionally indicates, whether the property has to be visited- Specified by:
- skipin interface- EntityAttributeVisitor
- Parameters:
- property- meta-property that is about to be visited
- Returns:
- false if the property has to be visited
 
 
-