public class MetaFactory extends Object
| Constructor and Description |
|---|
MetaFactory(DatabasePlatform dbPlatform) |
| Modifier and Type | Method and Description |
|---|---|
DeleteMeta |
createDelete(BeanDescriptor<?> desc)
Create the DeleteMeta for the given bean type.
|
InsertMeta |
createInsert(BeanDescriptor<?> desc)
Create the InsertMeta for the given bean type.
|
UpdateMeta |
createUpdate(BeanDescriptor<?> desc)
Create the UpdateMeta for the given bean type.
|
public MetaFactory(DatabasePlatform dbPlatform)
public UpdateMeta createUpdate(BeanDescriptor<?> desc)
public DeleteMeta createDelete(BeanDescriptor<?> desc)
public InsertMeta createInsert(BeanDescriptor<?> desc)
Copyright © 2014. All Rights Reserved.