Uses of Class
org.hibernate.search.engine.mapper.mapping.building.spi.BackendsInfo
-
Packages that use BackendsInfo Package Description org.hibernate.search.engine.mapper.mapping.building.spi org.hibernate.search.mapper.pojo.mapping.building.impl -
-
Uses of BackendsInfo in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type BackendsInfo Modifier and Type Method Description voidMapper. prepareMappedTypes(BackendsInfo backendsInfo)Prepare for the mapping of types and inform the engine of the names of all backends this mapper depends on. -
Uses of BackendsInfo in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type BackendsInfo Modifier and Type Method Description voidPojoMapper. prepareMappedTypes(BackendsInfo backendsInfo)
-