@java.lang.SuppressWarnings("PMD.DataflowAnomalyAnalysis")
public class BasicValueCreator
extends java.lang.Object
The basic value creator class.
| Constructor and description |
|---|
BasicValueCreator(MetadataBuildingContext metadataBuildingContext, JdbcEnvironment jdbcEnvironment, PersistentEntityNamingStrategy namingStrategy)Creates a new BasicValueCreator instance. |
protected BasicValueCreator(MetadataBuildingContext metadataBuildingContext, JdbcEnvironment jdbcEnvironment, PersistentEntityNamingStrategy namingStrategy, GrailsSequenceWrapper grailsSequenceWrapper)Creates a new BasicValueCreator instance. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public BasicValue |
bindBasicValue(HibernatePersistentProperty property)Creates and configures a BasicValue for the given persistent property. |
| 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) |
Creates a new BasicValueCreator instance.
Creates a new BasicValueCreator instance.
Creates and configures a BasicValue for the given persistent property.