Uses of Class
org.nuiton.db.meta.ImmutableDatabaseMeta
-
Uses of ImmutableDatabaseMeta in org.nuiton.db.meta
Methods in org.nuiton.db.meta that return ImmutableDatabaseMetaModifier and TypeMethodDescriptionImmutableDatabaseMeta.Builder.build()Builds a newImmutableDatabaseMeta.static ImmutableDatabaseMetaImmutableDatabaseMeta.copyOf(DatabaseMeta instance) Creates an immutable copy of aDatabaseMetavalue.final ImmutableDatabaseMetaImmutableDatabaseMeta.withCustomTypes(Iterable<? extends CustomTypeMeta> elements) Copy the current immutable object with elements that replace the content ofcustomTypes.final ImmutableDatabaseMetaImmutableDatabaseMeta.withCustomTypes(CustomTypeMeta... elements) Copy the current immutable object with elements that replace the content ofcustomTypes.final ImmutableDatabaseMetaImmutableDatabaseMeta.withProcedures(Iterable<? extends ProcedureMeta> elements) Copy the current immutable object with elements that replace the content ofprocedures.final ImmutableDatabaseMetaImmutableDatabaseMeta.withProcedures(ProcedureMeta... elements) Copy the current immutable object with elements that replace the content ofprocedures.final ImmutableDatabaseMetaImmutableDatabaseMeta.withSchema(String value) Copy the current immutable object by setting a value for theschemaattribute.final ImmutableDatabaseMetaImmutableDatabaseMeta.withTables(Iterable<? extends TableMeta> elements) Copy the current immutable object with elements that replace the content oftables.final ImmutableDatabaseMetaImmutableDatabaseMeta.withTables(TableMeta... elements) Copy the current immutable object with elements that replace the content oftables.final ImmutableDatabaseMetaCopy the current immutable object with elements that replace the content ofviews.final ImmutableDatabaseMetaCopy the current immutable object with elements that replace the content ofviews.