public class ClassBinder extends java.lang.Object
Binds a Grails domain class to the Hibernate persistent class model.
| Constructor and description |
|---|
ClassBinder(InFlightMetadataCollector collector) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
bindClass(GrailsHibernatePersistentEntity persistentEntity, PersistentClass persistentClass)Binds the specified persistent class to the runtime model based on the properties defined in the domain class |
| 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) |
Binds the specified persistent class to the runtime model based on the properties defined in the domain class
persistentEntity - The Grails domain classpersistentClass - The persistent class