Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » tuple » component » [javadoc | source]
org.hibernate.tuple.component
public class: ComponentTuplizerFactory [javadoc | source]
java.lang.Object
   org.hibernate.tuple.component.ComponentTuplizerFactory

All Implemented Interfaces:
    Serializable

A registry allowing users to define the default ComponentTuplizer class to use per EntityMode .
Method from org.hibernate.tuple.component.ComponentTuplizerFactory Summary:
constructDefaultTuplizer,   constructTuplizer,   constructTuplizer,   registerDefaultTuplizerClass
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.tuple.component.ComponentTuplizerFactory Detail:
 public ComponentTuplizer constructDefaultTuplizer(EntityMode entityMode,
    Component metadata) 
    Construct am instance of the default tuplizer for the given entity-mode.
 public ComponentTuplizer constructTuplizer(String tuplizerClassName,
    Component metadata) 
    Construct an instance of the given tuplizer class.
 public ComponentTuplizer constructTuplizer(Class tuplizerClass,
    Component metadata) 
    Construct an instance of the given tuplizer class.
 public  void registerDefaultTuplizerClass(EntityMode entityMode,
    Class tuplizerClass) 
    Method allowing registration of the tuplizer class to use as default for a particular entity-mode.