In EF6 we usually able to use this way to configure the Entity.
public class AccountMap : EntityTypeConfiguration { public AccountMap()
Well here is the issue for the enhancement on the EF7 Github repo: https://github.com/aspnet/EntityFramework/issues/2805
You can track the issue directly there, altough its is still only in backlog without designated priority.