public abstract class AbstractPropertyVisitor extends Object implements PropertyVisitor
| Constructor and Description |
|---|
AbstractPropertyVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitCompound(BeanPropertyCompound p)
Visit a compound value object.
|
void |
visitCompoundScalar(BeanPropertyCompound compound,
BeanProperty p)
Visit the scalar value inside a compound value object.
|
void |
visitEmbedded(BeanPropertyAssocOne<?> p)
Visit an embedded property.
|
void |
visitEmbeddedScalar(BeanProperty p,
BeanPropertyAssocOne<?> embedded)
Visit the scalar property of an embedded bean.
|
void |
visitMany(BeanPropertyAssocMany<?> p)
Visit a OneToMany or ManyToMany property.
|
void |
visitOneExported(BeanPropertyAssocOne<?> p)
Visit the exported side of a OneToOne property.
|
void |
visitOneImported(BeanPropertyAssocOne<?> p)
Visit the imported side of a OneToOne property.
|
void |
visitScalar(BeanProperty p)
Visit a scalar property.
|
public void visitEmbedded(BeanPropertyAssocOne<?> p)
PropertyVisitorvisitEmbedded in interface PropertyVisitorpublic void visitEmbeddedScalar(BeanProperty p, BeanPropertyAssocOne<?> embedded)
PropertyVisitorvisitEmbeddedScalar in interface PropertyVisitorpublic void visitMany(BeanPropertyAssocMany<?> p)
PropertyVisitorvisitMany in interface PropertyVisitorpublic void visitOneExported(BeanPropertyAssocOne<?> p)
PropertyVisitorvisitOneExported in interface PropertyVisitorpublic void visitOneImported(BeanPropertyAssocOne<?> p)
PropertyVisitorvisitOneImported in interface PropertyVisitorpublic void visitScalar(BeanProperty p)
PropertyVisitorvisitScalar in interface PropertyVisitorpublic void visitCompound(BeanPropertyCompound p)
PropertyVisitorvisitCompound in interface PropertyVisitorpublic void visitCompoundScalar(BeanPropertyCompound compound, BeanProperty p)
PropertyVisitorvisitCompoundScalar in interface PropertyVisitorCopyright © 2014. All Rights Reserved.