Package org.hibernate.loader
Interface NaturalIdPostLoadListener
-
- 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 NaturalIdPostLoadListener
Listener for post load-by-natural-id events
-
-
Field Summary
Fields Modifier and Type Field Description static NaturalIdPostLoadListenerNO_OPSingleton access for no listener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcompletedLoadByNaturalId(EntityMappingType entityMappingType, Object entity, SharedSessionContract session)Callback for a load-by-natural-id pre event
-
-
-
Field Detail
-
NO_OP
static final NaturalIdPostLoadListener NO_OP
Singleton access for no listener
-
-
Method Detail
-
completedLoadByNaturalId
void completedLoadByNaturalId(EntityMappingType entityMappingType, Object entity, SharedSessionContract session)
Callback for a load-by-natural-id pre event
-
-