Uses of Class
org.jooq.util.xml.jaxb.DirectSupertype
Packages that use DirectSupertype
-
Uses of DirectSupertype in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type DirectSupertypeModifier and TypeFieldDescriptionprotected List<DirectSupertype> InformationSchema.directSupertypesMethods in org.jooq.util.xml.jaxb that return DirectSupertypeModifier and TypeMethodDescriptionObjectFactory.createDirectSupertype()Create an instance ofDirectSupertypeDirectSupertype.withSupertypeCatalog(String value) DirectSupertype.withSupertypeName(String value) DirectSupertype.withSupertypeSchema(String value) DirectSupertype.withUdtCatalog(String value) DirectSupertype.withUdtName(String value) DirectSupertype.withUdtSchema(String value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type DirectSupertypeMethods in org.jooq.util.xml.jaxb with parameters of type DirectSupertypeModifier and TypeMethodDescriptionInformationSchema.withDirectSupertypes(DirectSupertype... values) Method parameters in org.jooq.util.xml.jaxb with type arguments of type DirectSupertypeModifier and TypeMethodDescriptionvoidInformationSchema.setDirectSupertypes(List<DirectSupertype> directSupertypes) InformationSchema.withDirectSupertypes(Collection<DirectSupertype> values) InformationSchema.withDirectSupertypes(List<DirectSupertype> directSupertypes)