Uses of Interface
org.hibernate.tool.orm.jbt.api.wrp.ValueWrapper
Packages that use ValueWrapper
-
Uses of ValueWrapper in org.hibernate.tool.orm.jbt.api.wrp
Methods in org.hibernate.tool.orm.jbt.api.wrp that return ValueWrapperModifier and TypeMethodDescriptionValueWrapper.getCollectionElement()PersistentClassWrapper.getDiscriminator()ValueWrapper.getElement()PersistentClassWrapper.getIdentifier()TableWrapper.getIdentifierValue()ValueWrapper.getIndex()ValueWrapper.getKey()ColumnWrapper.getValue()PropertyWrapper.getValue()Methods in org.hibernate.tool.orm.jbt.api.wrp with parameters of type ValueWrapperModifier and TypeMethodDescriptionvoidPersistentClassWrapper.setDiscriminator(ValueWrapper value) voidValueWrapper.setElement(ValueWrapper v) voidPersistentClassWrapper.setIdentifier(ValueWrapper value) voidValueWrapper.setIndex(ValueWrapper v) voidPersistentClassWrapper.setKey(ValueWrapper value) voidValueWrapper.setKey(ValueWrapper value) voidPropertyWrapper.setValue(ValueWrapper value) -
Uses of ValueWrapper in org.hibernate.tool.orm.jbt.internal.factory
Methods in org.hibernate.tool.orm.jbt.internal.factory that return ValueWrapperModifier and TypeMethodDescriptionstatic ValueWrapperValueWrapperFactory.createAnyValueWrapper(TableWrapper tableWrapper) static ValueWrapperValueWrapperFactory.createArrayWrapper(PersistentClassWrapper persistentClassWrapper) static ValueWrapperValueWrapperFactory.createBagWrapper(PersistentClassWrapper persistentClassWrapper) static ValueWrapperValueWrapperFactory.createComponentWrapper(PersistentClassWrapper persistentClassWrapper) static ValueWrapperValueWrapperFactory.createDependantValueWrapper(TableWrapper tableWrapper, ValueWrapper valueWrapper) static ValueWrapperValueWrapperFactory.createIdentifierBagValueWrapper(PersistentClassWrapper persistentClassWrapper) static ValueWrapperValueWrapperFactory.createListWrapper(PersistentClassWrapper persistentClassWrapper) static ValueWrapperValueWrapperFactory.createManyToOneWrapper(TableWrapper tableWrapper) static ValueWrapperValueWrapperFactory.createMapWrapper(PersistentClassWrapper persistentClassWrapper) static ValueWrapperValueWrapperFactory.createOneToManyWrapper(PersistentClassWrapper persistentClassWrapper) static ValueWrapperValueWrapperFactory.createOneToOneWrapper(PersistentClassWrapper persistentClassWrapper) static ValueWrapperValueWrapperFactory.createPrimitiveArrayWrapper(PersistentClassWrapper persistentClassWrapper) static ValueWrapperValueWrapperFactory.createSetWrapper(PersistentClassWrapper persistentClassWrapper) static ValueWrapperValueWrapperFactory.createSimpleValueWrapper()static ValueWrapperValueWrapperFactory.createValueWrapper(org.hibernate.mapping.Value wrappedArrayValue) Methods in org.hibernate.tool.orm.jbt.internal.factory with parameters of type ValueWrapperModifier and TypeMethodDescriptionstatic ValueWrapperValueWrapperFactory.createDependantValueWrapper(TableWrapper tableWrapper, ValueWrapper valueWrapper)