Uses of Interface
org.hibernate.boot.model.source.spi.PluralAttributeKeySource
-
Packages that use PluralAttributeKeySource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of PluralAttributeKeySource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement PluralAttributeKeySource Modifier and Type Class Description class
PluralAttributeKeySourceImpl
Methods in org.hibernate.boot.model.source.internal.hbm that return PluralAttributeKeySource Modifier and Type Method Description PluralAttributeKeySource
AbstractPluralAttributeSourceImpl. getKeySource()
-
Uses of PluralAttributeKeySource in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return PluralAttributeKeySource Modifier and Type Method Description PluralAttributeKeySource
PluralAttributeSource. getKeySource()
-