Skip to main content

Alle Tabellen eines Schemas ermitteln

Comments

1 comment

  • Zendesk API User
    Author: gockel - 8/23/2010 11:50

    Ja das geht:

    Schema schema = // get schema via templatestore


    de.espirit.or.schema.Schema orSchema = schema.getOrSchema();

    Collection<? extends EntityType> entityTypes = orSchema.getEntityTypes();

    0

Please sign in to leave a comment.