Interface AnnotatedEntityMetamodelFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Internal public interface AnnotatedEntityMetamodelFactory
Factory for creating AnnotatedEntityMetamodel instances for a given entity type. Used by the AnnotatedEntityMetamodel to create child metamodels using the same configuration that were used to create the parent metamodel.
Since:
5.0.0
Author:
Mitchell Herrijgers