| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.ddl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBeanVisitor
Base BeanVisitor that can help visiting inherited properties.
|
class |
AddForeignKeysVisitor
Used to generate the foreign key DDL and related indexes.
|
class |
CreateSequenceVisitor
Used to generate the drop table DDL script.
|
class |
CreateTableVisitor
Used to generated the create table DDL script.
|
class |
DropSequenceVisitor
Used to generate the drop table DDL script.
|
class |
DropTableVisitor
Used to generate the drop table DDL script.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
VisitorUtil.visit(List<BeanDescriptor<?>> descriptors,
BeanVisitor visitor)
Visit all the descriptors in the list.
|
static void |
VisitorUtil.visit(SpiEbeanServer server,
BeanVisitor visitor)
Visit all the descriptors for a given server.
|
static void |
VisitorUtil.visitBean(BeanDescriptor<?> desc,
BeanVisitor visitor)
Visit the bean using a visitor.
|
Copyright © 2014. All Rights Reserved.