Interface EntityPersister
-
- All Superinterfaces:
PersistenceFunction
- All Known Implementing Classes:
EntityPersister.Default
public interface EntityPersister extends PersistenceFunction
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEntityPersister.Default
-
Method Summary
Static Methods Modifier and Type Method Description static EntityPersisterNew(EntityTypeHandlerManager entityTypeHandlerManager, PersistenceStoreHandler<Binary> handler)-
Methods inherited from interface org.eclipse.serializer.persistence.types.PersistenceFunction
apply
-
-
-
-
Method Detail
-
New
static EntityPersister New(EntityTypeHandlerManager entityTypeHandlerManager, PersistenceStoreHandler<Binary> handler)
-
-