Interface InfinispanIndexedTypeContext<E>

Type Parameters:
E - The entity type mapped to the index.

public interface InfinispanIndexedTypeContext<E>
Author:
Fabio Massimo Ercoli
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.search.mapper.pojo.identity.spi.IdentifierMapping
     
     
    org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<E>
     
  • Method Details

    • typeIdentifier

      org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<E> typeIdentifier()
    • name

      String name()
    • identifierMapping

      org.hibernate.search.mapper.pojo.identity.spi.IdentifierMapping identifierMapping()