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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLE-
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
Constructors Constructor Description JPAImplementation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBody()ImplementationEnginegetEngine()StringgetType()voidsetBody(String body)voidsetEngine(ImplementationEngine engine)voidsetType(String type)-
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 Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEngine
public ImplementationEngine getEngine()
- Specified by:
getEnginein interfaceImplementation
-
setEngine
public void setEngine(ImplementationEngine engine)
- Specified by:
setEnginein interfaceImplementation
-
getType
public String getType()
- Specified by:
getTypein interfaceImplementation
-
setType
public void setType(String type)
- Specified by:
setTypein interfaceImplementation
-
getBody
public String getBody()
- Specified by:
getBodyin interfaceImplementation
-
setBody
public void setBody(String body)
- Specified by:
setBodyin interfaceImplementation
-
-