Interface EntityResolverSupport
-
public interface EntityResolverSupport
Interface that identifies the class as using an EntityResolver- Since:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityResolvergetEntityResolver()Return the EntityResolver associated with the class.voidsetEntityResolver(EntityResolver resolver)Set the EntityResolver to associate with this class.
-
-
-
Method Detail
-
getEntityResolver
EntityResolver getEntityResolver()
Return the EntityResolver associated with the class.- Returns:
- The EntityResolver.
-
setEntityResolver
void setEntityResolver(EntityResolver resolver)
Set the EntityResolver to associate with this class.- Parameters:
resolver- The EntityResolver
-
-