Class JPAApplication
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.JPAApplication
- All Implemented Interfaces:
Serializable
,Application
,Entity
,ProvidedKeyEntity
@Entity
@ApplicationCheck
public class JPAApplication
extends AbstractProvidedKeyEntity
implements Application
- 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
Modifier and TypeMethodDescriptionboolean
getPrivilege
(String key) void
setDescription
(String description) 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
-
JPAApplication
public JPAApplication()
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in interfaceApplication
-
setDescription
- Specified by:
setDescription
in interfaceApplication
-
add
- Specified by:
add
in interfaceApplication
-
getPrivilege
- Specified by:
getPrivilege
in interfaceApplication
-
getPrivileges
- Specified by:
getPrivileges
in interfaceApplication
-