Class Neo4jSchema
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.Neo4jSchema
- All Implemented Interfaces:
Serializable
,Entity
,ProvidedKeyEntity
,Schema
- Direct Known Subclasses:
Neo4jDerSchema
,Neo4jPlainSchema
,Neo4jVirSchema
@Node("Schema")
@SchemaKeyCheck
public abstract class Neo4jSchema
extends AbstractProvidedKeyNode
implements Schema
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final TypeReference
<HashMap<Locale, String>> static final String
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
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Schema
getAnyTypeClass, getMandatoryCondition, getType, isMultivalue, isReadonly, isUniqueConstraint, setAnyTypeClass
-
Field Details
-
NODE
- See Also:
-
LABEL_TYPEREF
-
-
Constructor Details
-
Neo4jSchema
public Neo4jSchema()
-
-
Method Details