Package org.hibernate.mapping

Class Index

  • All Implemented Interfaces:
    Serializable,Exportable

    public classIndexextendsObjectimplementsExportable,Serializable
    A mapping model object representing anindex on a relational database table.

    We regularize the semantics of unique constraints on nullable columns: two null values are not considered to be "equal" for the purpose of determining uniqueness, just as specified by ANSI SQL and common sense.

    See Also:
    Serialized Form