Uses of Interface
org.hibernate.boot.model.source.spi.RelationalValueSource
-
Packages that use RelationalValueSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of RelationalValueSource in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return RelationalValueSource Modifier and Type Method Description static RelationalValueSource
RelationalValueSourceHelper. buildValueSource(MappingDocument mappingDocument, String containingTableName, RelationalValueSourceHelper.ColumnsAndFormulasSource columnsAndFormulasSource)
Given aRelationalValueSourceHelper.ColumnsAndFormulasSource
, build a singleRelationalValueSource
.Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type RelationalValueSource Modifier and Type Method Description void
RelationalObjectBinder. bindColumnOrFormula(MappingDocument sourceDocument, RelationalValueSource relationalValueSource, SimpleValue simpleValue, boolean areColumnsNullableByDefault, RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate)
Method parameters in org.hibernate.boot.model.source.internal.hbm with type arguments of type RelationalValueSource Modifier and Type Method Description void
RelationalObjectBinder. bindColumnsAndFormulas(MappingDocument sourceDocument, List<RelationalValueSource> relationalValueSources, SimpleValue simpleValue, boolean areColumnsNullableByDefault, RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate)
-
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 List<RelationalValueSource>
AnyKeySource. getRelationalValueSources()
List<RelationalValueSource>
RelationalValueSourceContainer. getRelationalValueSources()
Obtain the containedRelationalValueSource
references.Class<? extends RelationalValueSource>
RelationalValueSource.Nature. getSpecificContractClass()
-