|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
net.sf.hibernate.cfg | |
net.sf.hibernate.mapping |
Uses of Table in net.sf.hibernate.cfg |
Methods in net.sf.hibernate.cfg that return Table | |
Table |
Mappings.addTable(String schema,
String name)
|
Table |
Mappings.getTable(String schema,
String name)
|
Uses of Table in net.sf.hibernate.mapping |
Methods in net.sf.hibernate.mapping that return Table | |
Table |
Value.getTable()
|
Table |
Subclass.getRootTable()
|
Table |
SimpleValue.getTable()
|
Table |
RootClass.getRootTable()
|
Table |
PersistentClass.getTable()
|
abstract Table |
PersistentClass.getRootTable()
|
Table |
OneToMany.getTable()
|
Table |
Index.getTable()
|
Table |
ForeignKey.getReferencedTable()
|
Table |
Constraint.getTable()
|
Table |
Collection.getCollectionTable()
|
Table |
Collection.getTable()
|
Methods in net.sf.hibernate.mapping with parameters of type Table | |
void |
Subclass.setTable(Table table)
|
protected void |
Subclass.addSubclassTable(Table table)
|
void |
SimpleValue.setTable(Table table)
|
void |
PersistentClass.setTable(Table table)
|
protected void |
PersistentClass.addSubclassTable(Table subclassTable)
|
static String |
Index.buildSqlDropIndexString(Dialect dialect,
Table table,
String name,
String defaultSchema)
|
static String |
Index.buildSqlCreateIndexString(Dialect dialect,
String name,
Table table,
Iterator columns,
boolean unique,
String defaultSchema)
|
void |
Index.setTable(Table table)
|
void |
ForeignKey.setReferencedTable(Table referencedTable)
|
void |
Constraint.setTable(Table table)
|
void |
Collection.setCollectionTable(Table table)
|
Constructors in net.sf.hibernate.mapping with parameters of type Table | |
ToOne(Table table)
|
|
SimpleValue(Table table)
|
|
OneToOne(Table table,
SimpleValue identifier)
|
|
ManyToOne(Table table)
|
|
Component(Table table)
|
|
Any(Table table)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |