@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface BootstrapDatabase
BootstrapDatabase and UpdateSchema annotation.| Modifier and Type | Optional Element and Description |
|---|---|
String |
hibernateCfg
The name of the hibernate configuration file.
|
String |
name
An optional name of this configuration.
|
int |
priority
The priority it should organized after.
|
public abstract String hibernateCfg
public abstract int priority
public abstract String name
Copyright © 2014 Umbrew. All rights reserved.