このコンテンツは選択した言語では利用できません。
6.3. Initializing the Translator
Override and implement the
start()
method if your translator needs to do any initialization before it is used by the JBoss Data Virtualization engine. This method must also call super.start()
to perform any initialization required by the superclass. This method is called by JBoss Data Virtualization once all the configuration properties are injected into the class.