Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
Modifier and Type | Method and Description |
---|---|
Column |
Ejb3Column.getMappingColumn() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.MappingsImpl.addColumnBinding(String logicalName,
Column physicalColumn,
Table table) |
void |
Mappings.addColumnBinding(String logicalName,
Column physicalColumn,
Table table)
Binds the given 'physicalColumn' to the give 'logicalName' within the given 'table'.
|
static void |
HbmBinder.bindColumn(org.dom4j.Element node,
Column column,
boolean isNullable) |
void |
Ejb3JoinColumn.linkValueUsingAColumnCopy(Column column,
SimpleValue value)
used for mappedBy cases
|
void |
Ejb3JoinColumn.linkValueUsingDefaultColumnNaming(Column referencedColumn,
PersistentClass referencedEntity,
SimpleValue value) |
void |
Ejb3JoinColumn.overrideFromReferencedColumnIfNecessary(Column column)
Called to apply column definitions from the referenced FK column to this column.
|
protected void |
Ejb3Column.setMappingColumn(Column mappingColumn) |
Modifier and Type | Method and Description |
---|---|
Column |
Table.getColumn(Column column)
Return the column which is identified by column provided as argument.
|
Column |
DenormalizedTable.getColumn(Column column) |
Column |
Table.getColumn(int n) |
Column |
Constraint.getColumn(int i) |
Modifier and Type | Method and Description |
---|---|
void |
Component.addColumn(Column column) |
void |
SimpleValue.addColumn(Column column) |
void |
Table.addColumn(Column column) |
void |
Constraint.addColumn(Column column) |
void |
Index.addColumn(Column column) |
boolean |
Table.containsColumn(Column column) |
boolean |
Constraint.containsColumn(Column column) |
boolean |
Index.containsColumn(Column column) |
boolean |
DenormalizedTable.containsColumn(Column column) |
boolean |
Column.equals(Column column) |
Column |
Table.getColumn(Column column)
Return the column which is identified by column provided as argument.
|
Column |
DenormalizedTable.getColumn(Column column) |
Copyright © 2017. All rights reserved.