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@interfaceDefines aGeoPointbinding from a type or a property to aGeoPointfield representing a point on earth. -
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@interfaceMaps an entity type to an index.@interfaceMarks a constructor to use for projections from an index object (root or object field) to a Java object.@interfaceGiven a type, marks this type as an entity type.@interfaceMaps a type to index fields using aTypeBinder, which will define aTypeBridge.