java.lang.Object
org.jooq.meta.jaxb.SyntheticObjectsType
- All Implemented Interfaces:
Serializable,XMLAppendable
Synthetic objects configuration.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<SyntheticColumnType> protected List<SyntheticDaoType> protected List<SyntheticDefaultType> protected List<SyntheticEnumType> protected List<SyntheticForeignKeyType> protected List<SyntheticIdentityType> protected List<SyntheticPrimaryKeyType> protected List<SyntheticReadonlyColumnType> protected List<SyntheticReadonlyRowidType> protected List<SyntheticSynonymType> protected List<SyntheticUniqueKeyType> protected List<SyntheticViewType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleangetDaos()getEnums()getViews()inthashCode()voidsetColumns(List<SyntheticColumnType> columns) voidsetDaos(List<SyntheticDaoType> daos) voidsetDefaults(List<SyntheticDefaultType> defaults) voidsetEnums(List<SyntheticEnumType> enums) voidsetForeignKeys(List<SyntheticForeignKeyType> foreignKeys) voidsetIdentities(List<SyntheticIdentityType> identities) voidsetPrimaryKeys(List<SyntheticPrimaryKeyType> primaryKeys) voidsetReadonlyColumns(List<SyntheticReadonlyColumnType> readonlyColumns) voidsetReadonlyRowids(List<SyntheticReadonlyRowidType> readonlyRowids) voidsetSynonyms(List<SyntheticSynonymType> synonyms) voidsetUniqueKeys(List<SyntheticUniqueKeyType> uniqueKeys) voidsetViews(List<SyntheticViewType> views) toString()withColumns(Collection<SyntheticColumnType> values) withColumns(List<SyntheticColumnType> columns) withColumns(SyntheticColumnType... values) withDaos(Collection<SyntheticDaoType> values) withDaos(List<SyntheticDaoType> daos) withDaos(SyntheticDaoType... values) withDefaults(Collection<SyntheticDefaultType> values) withDefaults(List<SyntheticDefaultType> defaults) withDefaults(SyntheticDefaultType... values) withEnums(Collection<SyntheticEnumType> values) withEnums(List<SyntheticEnumType> enums) withEnums(SyntheticEnumType... values) withForeignKeys(List<SyntheticForeignKeyType> foreignKeys) withForeignKeys(SyntheticForeignKeyType... values) withIdentities(List<SyntheticIdentityType> identities) withIdentities(SyntheticIdentityType... values) withPrimaryKeys(List<SyntheticPrimaryKeyType> primaryKeys) withPrimaryKeys(SyntheticPrimaryKeyType... values) withReadonlyColumns(List<SyntheticReadonlyColumnType> readonlyColumns) withReadonlyColumns(SyntheticReadonlyColumnType... values) withReadonlyRowids(List<SyntheticReadonlyRowidType> readonlyRowids) withReadonlyRowids(SyntheticReadonlyRowidType... values) withSynonyms(Collection<SyntheticSynonymType> values) withSynonyms(List<SyntheticSynonymType> synonyms) withSynonyms(SyntheticSynonymType... values) withUniqueKeys(List<SyntheticUniqueKeyType> uniqueKeys) withUniqueKeys(SyntheticUniqueKeyType... values) withViews(Collection<SyntheticViewType> values) withViews(List<SyntheticViewType> views) withViews(SyntheticViewType... values)
-
Field Details
-
readonlyColumns
-
readonlyRowids
-
columns
-
identities
-
defaults
-
enums
-
-
uniqueKeys
-
foreignKeys
-
synonyms
-
views
-
daos
-
-
Constructor Details
-
SyntheticObjectsType
public SyntheticObjectsType()
-
-
Method Details
-
getReadonlyColumns
-
setReadonlyColumns
-
getReadonlyRowids
-
setReadonlyRowids
-
getColumns
-
setColumns
-
getIdentities
-
setIdentities
-
getDefaults
-
setDefaults
-
getEnums
-
setEnums
-
getPrimaryKeys
-
setPrimaryKeys
-
getUniqueKeys
-
setUniqueKeys
-
getForeignKeys
-
setForeignKeys
-
getSynonyms
-
setSynonyms
-
getViews
-
setViews
-
getDaos
-
setDaos
-
withReadonlyColumns
-
withReadonlyColumns
-
withReadonlyColumns
-
withReadonlyRowids
-
withReadonlyRowids
-
withReadonlyRowids
-
withColumns
-
withColumns
-
withColumns
-
withIdentities
-
withIdentities
-
withIdentities
-
withDefaults
-
withDefaults
-
withDefaults
-
withEnums
-
withEnums
-
withEnums
-
withPrimaryKeys
-
withPrimaryKeys
-
withPrimaryKeys
-
withUniqueKeys
-
withUniqueKeys
-
withUniqueKeys
-
withForeignKeys
-
withForeignKeys
-
withForeignKeys
-
withSynonyms
-
withSynonyms
-
withSynonyms
-
withViews
-
withViews
-
withViews
-
withDaos
-
withDaos
-
withDaos
-
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-