Class MySQLPlatform

  • All Implemented Interfaces:
    Serializable, Cloneable, CorePlatform<ConversionManager>, Platform

    public class MySQLPlatform
    extends DatabasePlatform

    Purpose: Provides MySQL specific behavior.

    Responsibilities:

    • Native SQL for Date, Time, & Timestamp.
    • Native sequencing.
    • Mapping of class types to database types for the schema framework.
    • Pessimistic locking.
    • Platform specific operators.
    Since:
    OracleAS TopLink 10g (10.1.3)
    See Also:
    Serialized Form