Package | Description |
---|---|
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 | 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> |
Collection.getColumnIterator() |
Iterator<Selectable> |
SimpleValue.getColumnIterator() |
Iterator<Selectable> |
Value.getColumnIterator() |
Iterator<Selectable> |
Component.getColumnIterator() |
Iterator<Selectable> |
OneToMany.getColumnIterator() |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.