@java.lang.SuppressWarnings({"PMD.NullAssignment", "PMD.DataflowAnomalyAnalysis"})
public class ColumnBinder
extends java.lang.Object
Binds a org.hibernate.mapping.Column to the Hibernate meta-model from Grails property and column config.
| Constructor and description |
|---|
ColumnBinder(ColumnNameForPropertyAndPathFetcher columnNameForPropertyAndPathFetcher, StringColumnConstraintsBinder stringColumnConstraintsBinder, NumericColumnConstraintsBinder numericColumnConstraintsBinder, CreateKeyForProps createKeyForProps, IndexBinder indexBinder)Public constructor that accepts all collaborators. |
ColumnBinder(PersistentEntityNamingStrategy namingStrategy, Dialect dialect) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
bindColumn(HibernatePersistentProperty property, HibernatePersistentProperty parentProperty, Column column, ColumnConfig cc, java.lang.String path, Table table)Binds a Column instance to the Hibernate meta model |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Public constructor that accepts all collaborators.
Binds a Column instance to the Hibernate meta model
property - The Grails domain class propertyparentProperty - parent propertycolumn - The column to bindpath - the pathtable - The table name