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 String
TABLE
-
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 String
getBody()
ImplementationEngine
getEngine()
String
getType()
void
setBody(String body)
void
setEngine(ImplementationEngine engine)
void
setType(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:
getEngine
in interfaceImplementation
-
setEngine
public void setEngine(ImplementationEngine engine)
- Specified by:
setEngine
in interfaceImplementation
-
getType
public String getType()
- Specified by:
getType
in interfaceImplementation
-
setType
public void setType(String type)
- Specified by:
setType
in interfaceImplementation
-
getBody
public String getBody()
- Specified by:
getBody
in interfaceImplementation
-
setBody
public void setBody(String body)
- Specified by:
setBody
in interfaceImplementation
-
-