Uses of Annotation Type
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMapping
Packages that use TypeMapping
Package
Description
-
Uses of TypeMapping in org.hibernate.search.mapper.pojo.bridge.builtin.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.annotation with annotations of type TypeMappingModifier and TypeClassDescription@interface
-
Uses of TypeMapping in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation with annotations of type TypeMappingModifier and TypeClassDescription@interface
Maps an entity type to an index.@interface
Marks a constructor to use for projections from an index object (root or object field) to a Java object.@interface
Maps a type to index fields using aTypeBinder
, which will define aTypeBridge
.