Class EntityLogDescriptor<B extends Bean>


  • public class EntityLogDescriptor<B extends Bean>
    extends Object
    Describes how an entity should be logged as an EntityLog. All properties in the Bean (B) type should be either mapped with property(Property, MessageKey) or ignored with ignore(Property), otherwise an error will be raised We can't restrict to subclasses of EntityDTO because it's used for nested beans (not being DTOs)