Uses of Interface
org.hibernate.boot.model.source.spi.RelationalValueSource
-
Packages that use RelationalValueSource Package Description org.hibernate.boot.model.source.spi -
-
Uses of RelationalValueSource in org.hibernate.boot.model.source.spi
Subinterfaces of RelationalValueSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interfaceColumnSourceContract for source information pertaining to a physical column definition specific to a particular attribute context.interfaceDerivedValueSourceContract describing source of a derived value (formula).Methods in org.hibernate.boot.model.source.spi that return RelationalValueSource Modifier and Type Method Description RelationalValueSourceDiscriminatorSource. getDiscriminatorRelationalValueSource()Obtain the column/formula information about the discriminator.RelationalValueSourceAnyDiscriminatorSource. getRelationalValueSource()RelationalValueSourceMultiTenancySource. getRelationalValueSource()Obtain the column/formula information about the multi-tenancy discriminator.Methods in org.hibernate.boot.model.source.spi that return types with arguments of type RelationalValueSource Modifier and Type Method Description java.util.List<RelationalValueSource>AnyKeySource. getRelationalValueSources()java.util.List<RelationalValueSource>RelationalValueSourceContainer. getRelationalValueSources()Obtain the containedRelationalValueSourcereferences.java.lang.Class<? extends RelationalValueSource>RelationalValueSource.Nature. getSpecificContractClass()
-