Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.envers.configuration.metadata | |
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 |
Mappings.addColumnBinding(String logicalName,
Column physicalColumn,
Table table)
Binds the given 'physicalColumn' to the give 'logicalName' within the given 'table'.
|
void |
Configuration.MappingsImpl.addColumnBinding(String logicalName,
Column physicalColumn,
Table 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 |
---|---|
static void |
MetadataTools.addColumn(org.dom4j.Element any_mapping,
Column column)
Adds
column element with the following attributes (unless empty): name ,
length , scale , precision , sql-type , read
and write . |
Modifier and Type | Method and Description |
---|---|
static void |
MetadataTools.addColumns(org.dom4j.Element any_mapping,
Iterator<Column> columns) |
static MetadataTools.ColumnNameIterator |
MetadataTools.getColumnNameIterator(Iterator<Column> columnIterator) |
Modifier and Type | Method and Description |
---|---|
Column |
Column.clone()
Shallow copy, the value is not copied
|
Column |
DenormalizedTable.getColumn(Column column) |
Column |
Table.getColumn(Column column)
Return the column which is identified by column provided as argument.
|
Column |
Constraint.getColumn(int i) |
Column |
Table.getColumn(int n) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleValue.addColumn(Column column) |
void |
Component.addColumn(Column column) |
void |
Constraint.addColumn(Column column) |
void |
Index.addColumn(Column column) |
void |
Table.addColumn(Column column) |
boolean |
Constraint.containsColumn(Column column) |
boolean |
Index.containsColumn(Column column) |
boolean |
DenormalizedTable.containsColumn(Column column) |
boolean |
Table.containsColumn(Column column) |
boolean |
Column.equals(Column column) |
Column |
DenormalizedTable.getColumn(Column column) |
Column |
Table.getColumn(Column column)
Return the column which is identified by column provided as argument.
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.