Uses of Interface
org.hibernate.boot.model.source.spi.MapsIdSource
-
Packages that use MapsIdSource Package Description org.hibernate.boot.model.source.spi -
-
Uses of MapsIdSource in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return types with arguments of type MapsIdSource Modifier and Type Method Description List<MapsIdSource>
IdentifierSourceAggregatedComposite. getMapsIdSources()
Obtain the mapping of attributes annotated withMapsId
.
-