Class PojoIndexedEmbeddedMappingElement
java.lang.Object
org.hibernate.search.mapper.pojo.processing.building.impl.PojoIndexedEmbeddedMappingElement
- All Implemented Interfaces:
MappingElement,EventContextProvider
-
Constructor Summary
ConstructorsConstructorDescriptionPojoIndexedEmbeddedMappingElement(PojoRawTypeIdentifier<?> declaringType, String declaringPropertyName, String relativePrefix) -
Method Summary
-
Constructor Details
-
PojoIndexedEmbeddedMappingElement
public PojoIndexedEmbeddedMappingElement(PojoRawTypeIdentifier<?> declaringType, String declaringPropertyName, String relativePrefix)
-
-
Method Details
-
toString
- Specified by:
toStringin interfaceMappingElement- Overrides:
toStringin classObject- Returns:
- A human-readable description of this element.
-
equals
- Specified by:
equalsin interfaceMappingElement- Overrides:
equalsin classObject- Returns:
trueifobjis aMappingElementreferencing the exact same mapping element.
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceMappingElement- Overrides:
hashCodein classObject
-
eventContext
- Specified by:
eventContextin interfaceEventContextProvider
-