- All Known Subinterfaces:
ColumnSpecBuilder<SELF>
- All Known Implementing Classes:
AbstractColumnSpecBuilder,ColumnSpec,ColumnSpecBuilderImpl,FieldColumnSpecBuilder.EmbeddedColumnSpecBuilder,ManyToMany,OneToMany
public sealed interface ColumnMapping
permits ColumnSpec, ColumnSpecBuilder<SELF>, OneToMany, ManyToMany
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionShortcut forcolumn(String).Creates a newColumnSpecBuilderconfigured with the specified column name.static ManyToManymanyToMany(String joinTable, String joinColumn, String inverseJoinColumn) static OneToMany
-
Method Details
-
c
Shortcut forcolumn(String). Creates a newColumnSpecBuilderconfigured with the specified column name.- Parameters:
column- the name of the column; must not be null or empty- Returns:
- this
ColumnSpecBuilderfor further chaining
-
column
Creates a newColumnSpecBuilderconfigured with the specified column name.- Parameters:
column- the name of the column; must not be null or empty- Returns:
- this
ColumnSpecBuilderfor further chaining
-
oneToMany
-
manyToMany
-