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
FieldsFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
getEnginein interfaceImplementation
-
setEngine
- Specified by:
setEnginein interfaceImplementation
-
getType
- Specified by:
getTypein interfaceImplementation
-
setType
- Specified by:
setTypein interfaceImplementation
-
getBody
- Specified by:
getBodyin interfaceImplementation
-
setBody
- Specified by:
setBodyin interfaceImplementation
-