When doing "jpa audit add" to an entity with finders and datatables with "inline" it stopped execution because sometimes JpaBatchMetadata was null when getting JpaActiveRecordMetadata. Now JpaBatchMetadata doesn't need JpaActiveRecordMetadata for building entity plural. Now it uses Plural metadata for this task.
When doing "jpa audit add" to an entity with finders and datatables with "inline" it stopped execution because sometimes JpaBatchMetadata was null when getting JpaActiveRecordMetadata. Now JpaBatchMetadata doesn't need JpaActiveRecordMetadata for building entity plural. Now it uses Plural metadata for this task.