Package org.hibernate
Interface EntityNameResolver
-
- All Known Implementing Classes:
CoordinatingEntityNameResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface EntityNameResolver
An object capable of determining the entity name for a given entity instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
resolveEntityName(Object entity)
Given an entity instance, determine its entity name.
-