public interface PropertyVisitor
| 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.
|
void visitMany(BeanPropertyAssocMany<?> p)
void visitOneImported(BeanPropertyAssocOne<?> p)
void visitOneExported(BeanPropertyAssocOne<?> p)
void visitEmbedded(BeanPropertyAssocOne<?> p)
void visitEmbeddedScalar(BeanProperty p, BeanPropertyAssocOne<?> embedded)
void visitScalar(BeanProperty p)
void visitCompound(BeanPropertyCompound p)
void visitCompoundScalar(BeanPropertyCompound compound, BeanProperty p)
Copyright © 2014. All Rights Reserved.