Uses of Class
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMapping
-
Packages that use TypeMapping Package Description org.hibernate.search.mapper.pojo.bridge.builtin.annotation org.hibernate.search.mapper.pojo.mapping.definition.annotation -
-
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 TypeMapping Modifier and Type Class Description interface
GeoPointBinding
-
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 TypeMapping Modifier and Type Class Description interface
Indexed
Maps an entity type to an index.interface
TypeBinding
Maps a type to index fields using aTypeBinder
, which will define aTypeBridge
.
-