Uses of Interface
org.hibernate.tool.orm.jbt.api.wrp.ValueWrapper
-
Packages that use ValueWrapper Package Description org.hibernate.tool.orm.jbt.api.wrp org.hibernate.tool.orm.jbt.internal.factory -
-
Uses of ValueWrapper in org.hibernate.tool.orm.jbt.api.wrp
Methods in org.hibernate.tool.orm.jbt.api.wrp that return ValueWrapper Modifier and Type Method Description ValueWrapperValueWrapper. getCollectionElement()ValueWrapperPersistentClassWrapper. getDiscriminator()ValueWrapperValueWrapper. getElement()ValueWrapperPersistentClassWrapper. getIdentifier()ValueWrapperTableWrapper. getIdentifierValue()ValueWrapperValueWrapper. getIndex()ValueWrapperValueWrapper. getKey()ValueWrapperColumnWrapper. getValue()ValueWrapperPropertyWrapper. getValue()Methods in org.hibernate.tool.orm.jbt.api.wrp with parameters of type ValueWrapper Modifier and Type Method Description voidPersistentClassWrapper. 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 ValueWrapper Modifier and Type Method Description static 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 ValueWrapper Modifier and Type Method Description static ValueWrapperValueWrapperFactory. createDependantValueWrapper(TableWrapper tableWrapper, ValueWrapper valueWrapper)
-