Uses of Class
org.seasar.doma.jdbc.entity.DefaultPropertyType
Packages that use DefaultPropertyType
Package
Description
Provides classes and interfaces for entity mapping and lifecycle management.
-
Uses of DefaultPropertyType in org.seasar.doma.jdbc.entity
Subclasses of DefaultPropertyType in org.seasar.doma.jdbc.entityModifier and TypeClassDescriptionclassAssignedIdPropertyType<ENTITY,BASIC, CONTAINER> Represents a property in an entity class that is used as a primary key with an application-assigned value.classGeneratedIdPropertyType<ENTITY,BASIC extends Number, CONTAINER> A property type for entity ID fields whose values are automatically generated.classTenantIdPropertyType<ENTITY,BASIC, CONTAINER> Represents a property in an entity class that is used for multi-tenancy support.classVersionPropertyType<ENTITY,BASIC extends Number, CONTAINER> Represents a property in an entity class that is used for optimistic locking.