org.hibernate.tool.hbm2x.visitor
Class HBMTagForValueVisitor
java.lang.Object
org.hibernate.tool.hbm2x.visitor.DefaultValueVisitor
org.hibernate.tool.hbm2x.visitor.HBMTagForValueVisitor
- All Implemented Interfaces:
- org.hibernate.mapping.ValueVisitor
public class HBMTagForValueVisitor
- extends DefaultValueVisitor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final HBMTagForValueVisitor INSTANCE
HBMTagForValueVisitor
protected HBMTagForValueVisitor()
accept
public Object accept(org.hibernate.mapping.Bag bag)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor
accept
public Object accept(org.hibernate.mapping.IdentifierBag bag)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor
accept
public Object accept(org.hibernate.mapping.List list)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor
accept
public Object accept(org.hibernate.mapping.Map map)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor
accept
public Object accept(org.hibernate.mapping.OneToMany many)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor
accept
public Object accept(org.hibernate.mapping.Set set)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor
accept
public Object accept(org.hibernate.mapping.Any any)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor
accept
public Object accept(org.hibernate.mapping.SimpleValue value)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor
accept
public Object accept(org.hibernate.mapping.PrimitiveArray primitiveArray)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor
accept
public Object accept(org.hibernate.mapping.Array list)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor
accept
public Object accept(org.hibernate.mapping.DependantValue value)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor
accept
public Object accept(org.hibernate.mapping.Component component)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor
accept
public Object accept(org.hibernate.mapping.ManyToOne mto)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor
accept
public Object accept(org.hibernate.mapping.OneToOne oto)
- Specified by:
accept
in interface org.hibernate.mapping.ValueVisitor
- Overrides:
accept
in class DefaultValueVisitor