Package org.hibernate.tool.schema.spi
Interface JpaTargetAndSourceDescriptor
-
- All Superinterfaces:
SourceDescriptor
,TargetDescriptor
public interface JpaTargetAndSourceDescriptor extends SourceDescriptor, TargetDescriptor
JPA ties the notion ofSourceDescriptor
andTargetDescriptor
together: meaning that a SourceDescriptor is specific to a given TargetDescriptor. This contract models that association
-
-
Method Summary
-
Methods inherited from interface org.hibernate.tool.schema.spi.SourceDescriptor
getScriptSourceInput, getSourceType
-
Methods inherited from interface org.hibernate.tool.schema.spi.TargetDescriptor
getScriptTargetOutput, getTargetTypes
-
-