Schnittstelle IMappingStrategy.Props

Umschließende Schnittstelle:
IMappingStrategy

public static interface IMappingStrategy.Props
Contains symbolic constants that specifiy valid keys of mapping strategy properties.
Seit:
4.4
Autor:
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.
  • Felddetails

    • 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.
      Siehe auch:
    • 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.
      Siehe auch:
    • TABLE_NAME_PREFIX

      static final String TABLE_NAME_PREFIX
      Name of the String property that specifies a common prefix for table names.
      Siehe auch:
    • 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.
      Siehe auch:
    • 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.
      Siehe auch:
    • 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.
      Siehe auch:
    • 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.
      Siehe auch:
    • COLUMN_TYPE_MODIFIER

      static final String COLUMN_TYPE_MODIFIER
      Name of a String property that specifies the name of a column type modifier.
      Siehe auch:
    • 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.
      Seit:
      4.6
      Siehe auch:
    • 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.
      Seit:
      4.10
      Siehe auch: