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 interface
ColumnSource
Contract for source information pertaining to a physical column definition specific to a particular attribute context.interface
DerivedValueSource
Contract describing source of a derived value (formula).Methods in org.hibernate.boot.model.source.spi that return RelationalValueSource Modifier and Type Method Description RelationalValueSource
DiscriminatorSource. getDiscriminatorRelationalValueSource()
Obtain the column/formula information about the discriminator.RelationalValueSource
AnyDiscriminatorSource. getRelationalValueSource()
RelationalValueSource
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 RelationalValueSource Modifier and Type Method Description java.util.List<RelationalValueSource>
AnyKeySource. getRelationalValueSources()
java.util.List<RelationalValueSource>
RelationalValueSourceContainer. getRelationalValueSources()
Obtain the containedRelationalValueSource
references.java.lang.Class<? extends RelationalValueSource>
RelationalValueSource.Nature. getSpecificContractClass()
-