Wolfgang Ziegler presented on using entities in Drupal. He discussed interacting with entities using functions like entity_load() and entity_save(), and providing new entity types by implementing hook_entity_info() and hook_schema(). He explained how to integrate entity types by implementing things like property info, CRUD, and controllers. Finally, he covered exposing non-database entities and improvements planned for Drupal 8.