Uses of Interface
org.hibernate.mapping.Selectable
-
Packages that use Selectable Package Description org.hibernate.id org.hibernate.mapping -
-
Uses of Selectable in org.hibernate.id
Classes in org.hibernate.id that implement Selectable Modifier and Type Class Description classExportableColumnMethods in org.hibernate.id that return types with arguments of type Selectable Modifier and Type Method Description Iterator<Selectable>ExportableColumn.ValueImpl. getColumnIterator() -
Uses of Selectable in org.hibernate.mapping
Classes in org.hibernate.mapping that implement Selectable Modifier and Type Class Description classColumnA column of a relational database tableclassFormulaA formula is a derived column valueMethods in org.hibernate.mapping that return types with arguments of type Selectable Modifier and Type Method Description Iterator<Selectable>Collection. getColumnIterator()Iterator<Selectable>Component. getColumnIterator()Iterator<Selectable>OneToMany. getColumnIterator()Iterator<Selectable>SimpleValue. getColumnIterator()Iterator<Selectable>Value. getColumnIterator()
-