java.lang.Object
org.jooq.conf.MigrationType
- All Implemented Interfaces:
Serializable
,Cloneable
,XMLAppendable
The migration schema and table configuration.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendTo(XMLBuilder builder)
clone()
boolean
int
hashCode()
void
setSchemata(List<MigrationSchema> schemata)
toString()
withSchemata(Collection<MigrationSchema> values)
withSchemata(List<MigrationSchema> schemata)
withSchemata(MigrationSchema... values)
-
Field Details
-
schemata
-
-
Constructor Details
-
MigrationType
public MigrationType()
-
-
Method Details
-
getSchemata
-
setSchemata
-
withSchemata
-
withSchemata
-
withSchemata
-
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode() -
clone
-