All Known Implementing Classes:
DefaultEntities

public interface Entities
A repository containing the EntityDefinitions for a given domain. Factory for Entity and Entity.Key instances.
See Also:
  • Field Details

    • STRICT_FOREIGN_KEYS

      static final PropertyValue<Boolean> STRICT_FOREIGN_KEYS
      Specifies whether it should be possible to define foreign keys referencing entities that have not been defined, this can be disabled in cases where entities have circular references.
      Value type: Boolean
      Default value: true
    • STRICT_DESERIALIZATION

      static final PropertyValue<Boolean> STRICT_DESERIALIZATION
      Specifies whether strict deserialization should be used. This means that when an unknown attribute
      is encountered during deserialization, an exception is thrown, instead of silently dropping the associated value.
      Value type: Boolean
      Default value: true
  • Method Details