Uses of Interface
org.hibernate.tool.orm.jbt.api.wrp.TableWrapper
Packages that use TableWrapper
-
Uses of TableWrapper in org.hibernate.tool.orm.jbt.api.wrp
Methods in org.hibernate.tool.orm.jbt.api.wrp that return TableWrapperModifier and TypeMethodDescriptionValueWrapper.getCollectionTable()ForeignKeyWrapper.getReferencedTable()PersistentClassWrapper.getRootTable()PersistentClassWrapper.getTable()PrimaryKeyWrapper.getTable()ValueWrapper.getTable()Methods in org.hibernate.tool.orm.jbt.api.wrp that return types with arguments of type TableWrapperModifier and TypeMethodDescriptionDatabaseReaderWrapper.collectDatabaseTables()ConfigurationWrapper.getTableMappings()Methods in org.hibernate.tool.orm.jbt.api.wrp with parameters of type TableWrapperModifier and TypeMethodDescriptionvoidValueWrapper.setCollectionTable(TableWrapper table) voidPersistentClassWrapper.setTable(TableWrapper table) voidValueWrapper.setTable(TableWrapper table) -
Uses of TableWrapper in org.hibernate.tool.orm.jbt.internal.factory
Methods in org.hibernate.tool.orm.jbt.internal.factory that return TableWrapperModifier and TypeMethodDescriptionstatic TableWrapperTableWrapperFactory.createTableWrapper(String name) Methods in org.hibernate.tool.orm.jbt.internal.factory with parameters of type TableWrapperModifier and TypeMethodDescriptionstatic ValueWrapperValueWrapperFactory.createAnyValueWrapper(TableWrapper tableWrapper) static ValueWrapperValueWrapperFactory.createDependantValueWrapper(TableWrapper tableWrapper, ValueWrapper valueWrapper) static ValueWrapperValueWrapperFactory.createManyToOneWrapper(TableWrapper tableWrapper)