Class AbstractEntity

java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
All Implemented Interfaces:
Serializable, Entity
Direct Known Subclasses:
AbstractGeneratedKeyEntity, AbstractProvidedKeyEntity

public abstract class AbstractEntity extends Object implements Entity
See Also:
  • Field Details

    • LOG

      protected static final Logger LOG
  • Constructor Details

    • AbstractEntity

      public AbstractEntity()
  • Method Details