Uses of Interface
org.hibernate.boot.model.source.spi.ColumnSource
- 
Packages that use ColumnSource Package Description org.hibernate.boot.model.source.spi 
- 
- 
Uses of ColumnSource in org.hibernate.boot.model.source.spiMethods in org.hibernate.boot.model.source.spi that return ColumnSource Modifier and Type Method Description ColumnSourceCollectionIdSource. getColumnSource()Obtain source information about the column for the collection id.Methods in org.hibernate.boot.model.source.spi that return types with arguments of type ColumnSource Modifier and Type Method Description List<ColumnSource>JoinedSubclassEntitySource. getPrimaryKeyColumnSources()ThePrimaryKeyJoinColumnsmapping for the joined-subclass.List<ColumnSource>SecondaryTableSource. getPrimaryKeyColumnSources()Retrieves the columns defines as making up this secondary tables primary key.
 
-