Package one.microstream.entity
Interface EntityTypeHandlerManager
- All Known Implementing Classes:
EntityTypeHandlerManager.Default
- 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 EntityTypeHandlerManager
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EntityTypeHandlerManager.Default
-
Method Summary
Modifier and Type Method Description <T> PersistenceTypeHandler<Binary,T>
ensureInternalEntityTypeHandler(T instance)
static EntityTypeHandlerManager
New(Referencing<PersistenceTypeHandlerManager<Binary>> typeHandlerManager)
-
Method Details
-
ensureInternalEntityTypeHandler
-
New
static EntityTypeHandlerManager New(Referencing<PersistenceTypeHandlerManager<Binary>> typeHandlerManager)
-