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
@Node("Schema")
@SchemaKeyCheck
public abstract class Neo4jSchema
extends AbstractProvidedKeyNode
implements Schema
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final TypeReference<HashMap<Locale, String>> static final StringFields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
checkImplementationType, checkType, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKeyMethods 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