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 interfaceGeoPointBinding -
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 interfaceIndexedMaps an entity type to an index.interfaceTypeBindingMaps a type to index fields using aTypeBinder, which will define aTypeBridge.
-