Package | Description |
---|---|
org.hibernate.envers.configuration.internal.metadata | |
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
Modifier and Type | Method and Description |
---|---|
static MetadataTools.ColumnNameIterator |
MetadataTools.getColumnNameIterator(Iterator<Selectable> selectableIterator) |
Modifier and Type | Class and Description |
---|---|
class |
ExportableColumn |
Modifier and Type | Method and Description |
---|---|
Iterator<Selectable> |
ExportableColumn.ValueImpl.getColumnIterator() |
Modifier and Type | Class and Description |
---|---|
class |
Column
A column of a relational database table
|
class |
Formula
A formula is a derived column value
|
Modifier and Type | Method and Description |
---|---|
Iterator<Selectable> |
Value.getColumnIterator() |
Iterator<Selectable> |
SimpleValue.getColumnIterator() |
Iterator<Selectable> |
OneToMany.getColumnIterator() |
Iterator<Selectable> |
Component.getColumnIterator() |
Iterator<Selectable> |
Collection.getColumnIterator() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.