Interface EntityClassProvider


public interface EntityClassProvider
Interface for providing a list of entity class names to be registered for JPA, this can be used for registering custom Asset types etc. Instances should be registered using the standard ServiceLoader mechanism.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getEntityClasses

      List<Class<?>> getEntityClasses()