Uses of Interface
org.hibernate.tool.orm.jbt.api.wrp.TableWrapper
-
Packages that use TableWrapper Package Description org.hibernate.tool.orm.jbt.api.wrp org.hibernate.tool.orm.jbt.internal.factory -
-
Uses of TableWrapper in org.hibernate.tool.orm.jbt.api.wrp
Methods in org.hibernate.tool.orm.jbt.api.wrp that return TableWrapper Modifier and Type Method Description TableWrapperValueWrapper. getCollectionTable()TableWrapperForeignKeyWrapper. getReferencedTable()TableWrapperPersistentClassWrapper. getRootTable()TableWrapperPersistentClassWrapper. getTable()TableWrapperPrimaryKeyWrapper. getTable()TableWrapperValueWrapper. getTable()Methods in org.hibernate.tool.orm.jbt.api.wrp that return types with arguments of type TableWrapper Modifier and Type Method Description Map<String,List<TableWrapper>>DatabaseReaderWrapper. collectDatabaseTables()Iterator<TableWrapper>ConfigurationWrapper. getTableMappings()Methods in org.hibernate.tool.orm.jbt.api.wrp with parameters of type TableWrapper Modifier and Type Method Description voidValueWrapper. 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 TableWrapper Modifier and Type Method Description static TableWrapperTableWrapperFactory. createTableWrapper(String name)Methods in org.hibernate.tool.orm.jbt.internal.factory with parameters of type TableWrapper Modifier and Type Method Description static ValueWrapperValueWrapperFactory. createAnyValueWrapper(TableWrapper tableWrapper)static ValueWrapperValueWrapperFactory. createDependantValueWrapper(TableWrapper tableWrapper, ValueWrapper valueWrapper)static ValueWrapperValueWrapperFactory. createManyToOneWrapper(TableWrapper tableWrapper)
-