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