Class JPAImplementation
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.JPAImplementation
- All Implemented Interfaces:
Serializable
,Entity
,Implementation
,ProvidedKeyEntity
@Entity
@ImplementationCheck
public class JPAImplementation
extends AbstractProvidedKeyEntity
implements Implementation
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
getKey, setKey
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPAImplementation
public JPAImplementation()
-
-
Method Details
-
getEngine
- Specified by:
getEngine
in interfaceImplementation
-
setEngine
- Specified by:
setEngine
in interfaceImplementation
-
getType
- Specified by:
getType
in interfaceImplementation
-
setType
- Specified by:
setType
in interfaceImplementation
-
getBody
- Specified by:
getBody
in interfaceImplementation
-
setBody
- Specified by:
setBody
in interfaceImplementation
-