Uses of Interface
org.hibernate.persister.spi.HydratedCompoundValueHandler
-
Packages that use HydratedCompoundValueHandler Package Description org.hibernate.persister.walking.spi org.hibernate.tuple.component org.hibernate.tuple.entity -
-
Uses of HydratedCompoundValueHandler in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi that return HydratedCompoundValueHandler Modifier and Type Method Description HydratedCompoundValueHandlerAssociationAttributeDefinition. getHydratedCompoundValueExtractor() -
Uses of HydratedCompoundValueHandler in org.hibernate.tuple.component
Methods in org.hibernate.tuple.component that return HydratedCompoundValueHandler Modifier and Type Method Description HydratedCompoundValueHandlerCompositeBasedAssociationAttribute. getHydratedCompoundValueExtractor() -
Uses of HydratedCompoundValueHandler in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return HydratedCompoundValueHandler Modifier and Type Method Description HydratedCompoundValueHandlerEntityBasedAssociationAttribute. getHydratedCompoundValueExtractor()
-