SpringImplicitNamingStrategy
Hibernate ImplicitNamingStrategy that follows Spring recommended naming conventions. Naming conventions implemented here are identical to ImplicitNamingStrategyJpaCompliantImpl with the exception that join table names are of the form {owning_physical_table_name}_{association_owning_property_name}
.
Author
Andy Wilkinson
Since
1.4.0
Functions
Link copied to clipboard
open fun determineAnyDiscriminatorColumnName(source: ImplicitAnyDiscriminatorColumnNameSource): Identifier
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun determineDiscriminatorColumnName(source: ImplicitDiscriminatorColumnNameSource): Identifier
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun determinePrimaryKeyJoinColumnName(source: ImplicitPrimaryKeyJoinColumnNameSource): Identifier
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard