Interface JaxbSchemaAware

All Known Subinterfaces:
JaxbTableMapping
All Known Implementing Classes:
JaxbCollectionTableImpl, JaxbJoinTableImpl, JaxbSecondaryTableImpl, JaxbSequenceGeneratorImpl, JaxbTableGeneratorImpl, JaxbTableImpl

public interface JaxbSchemaAware
Common interface for JAXB bindings that understand database schema (tables, sequences, etc).
  • Method Details

    • getSchema

      String getSchema()
    • setSchema

      void setSchema(String schema)
    • getCatalog

      String getCatalog()
    • setCatalog

      void setCatalog(String catalog)