public final class PojoIndexedTypeIdentifier extends Object implements IndexedTypeIdentifier, Serializable
| Constructor and Description |
|---|
PojoIndexedTypeIdentifier(Class<?> pojoType) |
| Modifier and Type | Method and Description |
|---|---|
IndexedTypeSet |
asTypeSet() |
static IndexedTypeIdentifier |
convertFromLegacy(Class<?> clazz) |
static Class<?> |
convertToLegacy(IndexedTypeIdentifier type) |
boolean |
equals(Object obj) |
String |
getName()
Each indexed type must be identified by name which is unique
within the scope of a
SearchIntegrator. |
Class<?> |
getPojoType()
Return the class type of the unrelying POJO.
|
int |
hashCode() |
String |
toString() |
public PojoIndexedTypeIdentifier(Class<?> pojoType)
public String getName()
IndexedTypeIdentifierSearchIntegrator.getName in interface IndexedTypeIdentifierpublic Class<?> getPojoType()
IndexedTypeIdentifiergetPojoType in interface IndexedTypeIdentifierpublic IndexedTypeSet asTypeSet()
asTypeSet in interface IndexedTypeIdentifierpublic static IndexedTypeIdentifier convertFromLegacy(Class<?> clazz)
public static Class<?> convertToLegacy(IndexedTypeIdentifier type)
Copyright © 2006–2017 Hibernate. All rights reserved.