Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » cfg » annotations » [javadoc | source]
org.hibernate.cfg.annotations
public class: TableBinder [javadoc | source]
java.lang.Object
   org.hibernate.cfg.annotations.TableBinder
Table related operations
Field Summary
 String constraints     
 Table denormalizedSuperTable     
 ExtendedMappings mappings     
Method from org.hibernate.cfg.annotations.TableBinder Summary:
addIndexes,   bind,   bindFk,   buildUniqueConstraints,   createUniqueConstraint,   fillTable,   getName,   setAbstract,   setCatalog,   setConstraints,   setDefaultName,   setDenormalizedSuperTable,   setMappings,   setName,   setSchema,   setUniqueConstraints
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.cfg.annotations.TableBinder Detail:
 public static  void addIndexes(Table hibTable,
    Index[] indexes,
    ExtendedMappings mappings) 
 public Table bind() 
 public static  void bindFk(PersistentClass referencedEntity,
    PersistentClass destinationEntity,
    Ejb3JoinColumn[] columns,
    SimpleValue value,
    boolean unique,
    ExtendedMappings mappings) 
 public static List buildUniqueConstraints(UniqueConstraint[] constraintsArray) 
 public static  void createUniqueConstraint(Value value) 
 public static Table fillTable(String schema,
    String catalog,
    String realTableName,
    String logicalName,
    boolean isAbstract,
    List uniqueConstraints,
    String constraints,
    Table denormalizedSuperTable,
    ExtendedMappings mappings) 
 public String getName() 
 public  void setAbstract(boolean anAbstract) 
 public  void setCatalog(String catalog) 
 public  void setConstraints(String constraints) 
 public  void setDefaultName(String ownerEntity,
    String ownerEntityTable,
    String associatedEntity,
    String associatedEntityTable,
    String propertyName) 
 public  void setDenormalizedSuperTable(Table denormalizedSuperTable) 
 public  void setMappings(ExtendedMappings mappings) 
 public  void setName(String name) 
 public  void setSchema(String schema) 
 public  void setUniqueConstraints(UniqueConstraint[] uniqueConstraints)