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.spi
Methods in org.hibernate.boot.model.source.spi that return ColumnSource Modifier and Type Method Description ColumnSource
CollectionIdSource. 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 java.util.List<ColumnSource>
JoinedSubclassEntitySource. getPrimaryKeyColumnSources()
ThePrimaryKeyJoinColumns
mapping for the joined-subclass.java.util.List<ColumnSource>
SecondaryTableSource. getPrimaryKeyColumnSources()
Retrieves the columns defines as making up this secondary tables primary key.
-