Uses of Interface
org.hibernate.boot.model.source.spi.DerivedValueSource
-
Packages that use DerivedValueSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of DerivedValueSource in org.hibernate.boot.model.source.internal.hbm
Method parameters in org.hibernate.boot.model.source.internal.hbm with type arguments of type DerivedValueSource Modifier and Type Method Description void
RelationalObjectBinder. bindFormulas(MappingDocument sourceDocument, List<DerivedValueSource> formulaSources, OneToOne oneToOneBinding)
-
Uses of DerivedValueSource in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return types with arguments of type DerivedValueSource Modifier and Type Method Description List<DerivedValueSource>
SingularAttributeSourceOneToOne. getFormulaSources()
-