| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.logging.spi | |
| org.hibernate.search.mapper.pojo.model.spi |
| Constructor and Description |
|---|
PojoTypeModelFormatter(PojoTypeModel<?> typeModel) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PojoGenericTypeModel<T>
A
PojoTypeModel representing a parameterized type,
where generic type arguments are known. |
interface |
PojoRawTypeModel<T>
A
PojoTypeModel representing a raw type,
where generic type parameters are ignored. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPojoGenericTypeModel<T>
An abstract base for implementations of
PojoGenericTypeModel. |
class |
GenericContextAwarePojoGenericTypeModel<T>
An implementation of
PojoGenericTypeModel that takes advantage of the context
in which a given property appears to derive more precise type information. |
class |
SyntheticPojoGenericTypeModel<T>
An abstract base for implementations of
PojoGenericTypeModel. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.