Annotation Type OrientDBProperty


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface OrientDBProperty
    Annotation for more specific definition of a property. Check JavaDoc for OProperty for details
    • Element Detail

      • type

        com.orientechnologies.orient.core.metadata.schema.OType type
        Default:
        com.orientechnologies.orient.core.metadata.schema.OType.ANY
      • linkedType

        com.orientechnologies.orient.core.metadata.schema.OType linkedType
        Default:
        com.orientechnologies.orient.core.metadata.schema.OType.ANY
      • embedded

        boolean embedded
        Default:
        false
      • notNull

        boolean notNull
        Default:
        false
      • mandatory

        boolean mandatory
        Default:
        false
      • readOnly

        boolean readOnly
        Default:
        false
      • regexp

        String regexp
        Default:
        ""
      • collate

        String collate
        Default:
        "default"
      • defaultValue

        String defaultValue
        Default:
        ""