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 Logger
LOG
-
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 void
checkImplementationType(Implementation object, String expected)
protected void
checkType(Object object, Class<?> clazz)
boolean
equals(Object obj)
int
hashCode()
String
toString()
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
-
Method Detail
-
checkImplementationType
protected void checkImplementationType(Implementation object, String expected)
-
-