Uses of Interface
org.hibernate.tool.orm.jbt.api.wrp.ForeignKeyWrapper
-
Packages that use ForeignKeyWrapper Package Description org.hibernate.tool.orm.jbt.api.wrp org.hibernate.tool.orm.jbt.internal.factory -
-
Uses of ForeignKeyWrapper in org.hibernate.tool.orm.jbt.api.wrp
Methods in org.hibernate.tool.orm.jbt.api.wrp that return types with arguments of type ForeignKeyWrapper Modifier and Type Method Description Iterator<ForeignKeyWrapper>TableWrapper. getForeignKeyIterator() -
Uses of ForeignKeyWrapper in org.hibernate.tool.orm.jbt.internal.factory
Methods in org.hibernate.tool.orm.jbt.internal.factory that return ForeignKeyWrapper Modifier and Type Method Description static ForeignKeyWrapperForeignKeyWrapperFactory. createForeignKeyWrapper(org.hibernate.mapping.ForeignKey wrappedForeignKey)
-