Package org.hibernate.mapping
Interface ValueVisitor
-
public interface ValueVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Objectaccept(Any any)Objectaccept(Array list)Objectaccept(Bag bag)default Objectaccept(BasicValue value)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)
-
accept
Object accept(PrimitiveArray primitiveArray)
-
accept
Object accept(SimpleValue value)
-
accept
default Object accept(BasicValue value)
-
accept
Object accept(DependantValue value)
-
-