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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static LoggerLOG-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description AbstractEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckImplementationType(Implementation object, String expected)protected voidcheckType(Object object, Class<?> clazz)booleanequals(Object obj)inthashCode()StringtoString()
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
-
Method Detail
-
checkImplementationType
protected void checkImplementationType(Implementation object, String expected)
-
-