Package org.hibernate.mapping
Interface ValueVisitor
-
public interface ValueVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectaccept(Any any)Objectaccept(Array list)Objectaccept(Bag bag)Objectaccept(Component component)Objectaccept(DependantValue value)Objectaccept(IdentifierBag bag)Objectaccept(List list)Objectaccept(ManyToOne mto)Objectaccept(Map map)Objectaccept(OneToMany many)Objectaccept(OneToOne oto)Objectaccept(PrimitiveArray primitiveArray)Objectaccept(Set set)Objectaccept(SimpleValue value)
-
-
-
Method Detail
-
accept
Object accept(IdentifierBag bag)
- Parameters:
bag-
-
accept
Object accept(PrimitiveArray primitiveArray)
-
accept
Object accept(SimpleValue value)
- Parameters:
value-
-
accept
Object accept(DependantValue value)
-
-