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