Package org.hibernate.boot.jaxb.mapping
Interface SchemaAware
-
- All Known Implementing Classes:
JaxbCollectionTable,JaxbJoinTable,JaxbSecondaryTable,JaxbSequenceGenerator,JaxbTable,JaxbTableGenerator
public interface SchemaAwareCommon interface for JAXB bindings that understand database schema (tables, sequences, etc).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCatalog()StringgetSchema()voidsetCatalog(String catalog)voidsetSchema(String schema)
-