Class Neo4jImplementation
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.Neo4jImplementation
- All Implemented Interfaces:
Serializable
,Entity
,Implementation
,ProvidedKeyEntity
@Node("Implementation")
@ImplementationCheck
public class Neo4jImplementation
extends AbstractProvidedKeyNode
implements Implementation
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
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.neo4j.entity.AbstractProvidedKeyNode
getKey, setKey
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
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
-
NODE
- See Also:
-
-
Constructor Details
-
Neo4jImplementation
public Neo4jImplementation()
-
-
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
-