Uses of Annotation Interface
org.seasar.doma.EntityField

Packages that use EntityField
Package
Description
Provides annotations and exceptions.
  • Uses of EntityField in org.seasar.doma

    Classes in org.seasar.doma with annotations of type EntityField
    Modifier and Type
    Class
    Description
    @interface 
    Indicates an association relationship between entities.
    @interface 
    Indicates an embedded property.
    @interface 
    Indicates an entity identifier that is mapped to a primary key of a database table.
    @interface 
    Indicates that the annotated field holds original states of an entity that were fetched from the database.
    @interface 
    Indicates a field that represents the tenant identifier in a multi-tenant application.
    @interface 
    Indicates that the annotated field is not mapped to a database column.
    @interface 
    Indicates a version property that is used for optimistic locking.