Uses of Record Class
org.seasar.doma.jdbc.entity.ColumnType
Packages that use ColumnType
Package
Description
Provides classes and interfaces for entity mapping and lifecycle management.
-
Uses of ColumnType in org.seasar.doma.jdbc.entity
Fields in org.seasar.doma.jdbc.entity declared as ColumnTypeMethods in org.seasar.doma.jdbc.entity that return types with arguments of type ColumnTypeModifier and TypeMethodDescriptionEmbeddedType.columnTypeMap()Returns the value of thecolumnTypeMaprecord component.Constructor parameters in org.seasar.doma.jdbc.entity with type arguments of type ColumnTypeModifierConstructorDescriptionEmbeddedType(String prefix, Map<String, ColumnType> columnTypeMap) Creates a new EmbeddedType instance.