Interface IMappingStrategy.Props

Enclosing interface:
IMappingStrategy

public static interface IMappingStrategy.Props
Contains symbolic constants that specifiy valid keys of mapping strategy properties.
Since:
4.4
Author:
Eike Stepper
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Field Details

    • MAX_TABLE_NAME_LENGTH

      static final String MAX_TABLE_NAME_LENGTH
      Name of the integer property that configures the maximum length for table names. A value of zero indicates the value of the db adapter to be used.
      See Also:
    • MAX_FIELD_NAME_LENGTH

      static final String MAX_FIELD_NAME_LENGTH
      Name of the integer property that configures the maximum length for column names. A value of zero indicates the value of the db adapter to be used.
      See Also:
    • TABLE_NAME_PREFIX

      static final String TABLE_NAME_PREFIX
      Name of the String property that specifies a common prefix for table names.
      See Also:
    • QUALIFIED_NAMES

      static final String QUALIFIED_NAMES
      Name of the boolean property that configures whether the table names are made of simple class names or of qualified class names.
      See Also:
    • FORCE_NAMES_WITH_ID

      static final String FORCE_NAMES_WITH_ID
      Name of the boolean property that configures whether table names and column names are always suffixed with the internal DBID or only in cases where generated names violate the naming constraints of the underlying backend.
      See Also:
    • FORCE_INDEXES

      static final String FORCE_INDEXES
      Name of the String property that configures on what types of structural features additional indexes are to be created.
      See Also:
    • OBJECT_TYPE_CACHE_SIZE

      static final String OBJECT_TYPE_CACHE_SIZE
      Name of the integer property that configures the size of the object type in-memory cache. Possible configuration values are:
      • 0 (zero). Don't use memory caching.
      • >0. Use memory caching with the cache size given.
      Default is a memory cache size of 10,000,000.
      See Also:
    • COLUMN_TYPE_MODIFIER

      static final String COLUMN_TYPE_MODIFIER
      Name of a String property that specifies the name of a column type modifier.
      See Also:
    • EAGER_TABLE_CREATION

      static final String EAGER_TABLE_CREATION
      Name of a boolean property that configures whether all tables for a package are created eagerly.
      Since:
      4.6
      See Also:
    • TYPE_MAPPING_PROVIDER

      static final String TYPE_MAPPING_PROVIDER
      Name of an optional String property that specifies the factory type for a custom type mapping provider.
      Since:
      4.10
      See Also: