Interface EntityResolverSupport
public interface EntityResolverSupport
Interface that identifies the class as using an EntityResolver
- Since:
- 1.7
-
Method Summary
Modifier and TypeMethodDescriptionGets the EntityResolver associated with the class.void
setEntityResolver
(EntityResolver resolver) Sets the EntityResolver to associate with this class.
-
Method Details
-
getEntityResolver
Gets the EntityResolver associated with the class.- Returns:
- The EntityResolver.
-
setEntityResolver
Sets the EntityResolver to associate with this class.- Parameters:
resolver
- The EntityResolver
-