Class PojoRawTypeIdentifier<T>

java.lang.Object
org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<T>

public final class PojoRawTypeIdentifier<T> extends Object
An identifier for POJO types.

On contrary to type models, type identifiers can be manipulated at runtime (after bootstrap), but they do not provide any reflection capabilities.

See Also: