Class JpaStoreConfigurationParser
- java.lang.Object
- 
- org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationParser
 
- 
- All Implemented Interfaces:
- ConfigurationParser
 
 @MetaInfServices public class JpaStoreConfigurationParser extends Object implements ConfigurationParser - Since:
- 9.0
- Author:
- Galder ZamarreƱo
 
- 
- 
Constructor SummaryConstructors Constructor Description JpaStoreConfigurationParser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Namespace[]getNamespaces()voidreadElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)The entry point of a configuration parser which gets passed aXMLExtendedStreamReaderpositioned at a root element associated with the parser itself according to the registered mapping.
 
- 
- 
- 
Method Detail- 
readElementpublic void readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) throws XMLStreamException Description copied from interface:ConfigurationParserThe entry point of a configuration parser which gets passed aXMLExtendedStreamReaderpositioned at a root element associated with the parser itself according to the registered mapping.- Specified by:
- readElementin interface- ConfigurationParser
- Parameters:
- reader- the XML stream reader
- holder- a holder object used by the parser to maintain state
- Throws:
- XMLStreamException
 
 - 
getNamespacespublic Namespace[] getNamespaces() - Specified by:
- getNamespacesin interface- ConfigurationParser
 
 
- 
 
-