Uses of Interface
org.hibernate.boot.model.source.spi.RelationalValueSource
Packages that use RelationalValueSource
-
Uses of RelationalValueSource in org.hibernate.boot.model.source.spi
Subinterfaces of RelationalValueSource in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterface
Contract for source information pertaining to a physical column definition specific to a particular attribute context.interface
Contract describing source of a derived value (formula).Methods in org.hibernate.boot.model.source.spi that return RelationalValueSourceModifier and TypeMethodDescriptionDiscriminatorSource.getDiscriminatorRelationalValueSource()
Obtain the column/formula information about the discriminator.AnyDiscriminatorSource.getRelationalValueSource()
MultiTenancySource.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 RelationalValueSourceModifier and TypeMethodDescriptionAnyKeySource.getRelationalValueSources()
RelationalValueSourceContainer.getRelationalValueSources()
Obtain the containedRelationalValueSource
references.Class
<? extends RelationalValueSource> RelationalValueSource.Nature.getSpecificContractClass()