Uses of Class
org.hibernate.mapping.SimpleValue
-
Packages that use SimpleValue Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.cfg org.hibernate.cfg.annotations org.hibernate.mapping -
-
Uses of SimpleValue in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type SimpleValue Modifier and Type Method Description voidRelationalObjectBinder. bindColumn(MappingDocument sourceDocument, ColumnSource columnSource, SimpleValue simpleValue, boolean areColumnsNullableByDefault, RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate)voidRelationalObjectBinder. bindColumnOrFormula(MappingDocument sourceDocument, RelationalValueSource relationalValueSource, SimpleValue simpleValue, boolean areColumnsNullableByDefault, RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate)voidRelationalObjectBinder. bindColumns(MappingDocument sourceDocument, List<ColumnSource> columnSources, SimpleValue simpleValue, boolean areColumnsNullableByDefault, RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate)voidRelationalObjectBinder. bindColumnsAndFormulas(MappingDocument sourceDocument, List<RelationalValueSource> relationalValueSources, SimpleValue simpleValue, boolean areColumnsNullableByDefault, RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate) -
Uses of SimpleValue in org.hibernate.cfg
Fields in org.hibernate.cfg declared as SimpleValue Modifier and Type Field Description protected SimpleValueFkSecondPass. valueMethods in org.hibernate.cfg with parameters of type SimpleValue Modifier and Type Method Description protected voidAnnotatedColumn. addColumnBinding(SimpleValue value)protected voidAnnotatedJoinColumn. addColumnBinding(SimpleValue value)static voidAnnotationBinder. bindForeignKeyNameAndDefinition(SimpleValue value, org.hibernate.annotations.common.reflection.XProperty property, jakarta.persistence.ForeignKey fkOverride, jakarta.persistence.JoinColumn joinColumn, jakarta.persistence.JoinColumns joinColumns, MetadataBuildingContext context)voidAnnotatedJoinColumn. copyReferencedStructureAndCreateDefaultJoinColumns(PersistentClass referencedEntity, SimpleValue referencedValue, SimpleValue value)voidAnnotatedJoinColumn. linkValueUsingAColumnCopy(Column column, SimpleValue value)used for mappedBy casesvoidAnnotatedJoinColumn. linkValueUsingDefaultColumnNaming(Column referencedColumn, PersistentClass referencedEntity, SimpleValue value)voidAnnotatedColumn. linkWithValue(SimpleValue value)static voidBinderHelper. makeIdGenerator(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, String generatorType, String generatorName, MetadataBuildingContext buildingContext, Map<String,IdentifierGeneratorDefinition> localGenerators)apply an id generator to a SimpleValuestatic voidBinderHelper. makeIdGenerator(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, String generatorType, String generatorName, MetadataBuildingContext buildingContext, IdentifierGeneratorDefinition foreignKGeneratorDefinition)apply an id generator to a SimpleValueConstructors in org.hibernate.cfg with parameters of type SimpleValue Constructor Description FkSecondPass(SimpleValue value, AnnotatedJoinColumn[] columns)IdGeneratorResolverSecondPass(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, String generatorType, String generatorName, MetadataBuildingContext buildingContext)IdGeneratorResolverSecondPass(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, String generatorType, String generatorName, MetadataBuildingContext buildingContext, IdentifierGeneratorDefinition localIdentifierGeneratorDefinition)JoinedSubclassFkSecondPass(JoinedSubclass entity, AnnotatedJoinColumn[] inheritanceJoinedColumns, SimpleValue key, MetadataBuildingContext buildingContext)PkDrivenByDefaultMapsIdSecondPass(String referencedEntityName, AnnotatedJoinColumn[] columns, SimpleValue value) -
Uses of SimpleValue in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations with parameters of type SimpleValue Modifier and Type Method Description static voidTableBinder. bindFk(PersistentClass referencedEntity, PersistentClass destinationEntity, AnnotatedJoinColumn[] columns, SimpleValue value, boolean unique, MetadataBuildingContext buildingContext)static voidTableBinder. bindForeignKey(PersistentClass referencedEntity, PersistentClass destinationEntity, AnnotatedJoinColumn[] columns, SimpleValue value, boolean unique, MetadataBuildingContext buildingContext)voidCollectionBinder. bindManytoManyInverseFk(PersistentClass referencedEntity, AnnotatedJoinColumn[] columns, SimpleValue value, boolean unique, MetadataBuildingContext buildingContext)bind the inverse FK of aManyToMany.static voidTableBinder. linkJoinColumnWithValueOverridingNameIfImplicit(PersistentClass referencedEntity, Value value, AnnotatedJoinColumn[] columns, SimpleValue simpleValue) -
Uses of SimpleValue in org.hibernate.mapping
Subclasses of SimpleValue in org.hibernate.mapping Modifier and Type Class Description classAnyBoot-time descriptor of a polymorphic association to one-of-several tables.static classAny.KeyValuestatic classAny.MetaValueclassBasicValueclassComponentThe mapping for a component, composite element, composite identifier, etc.classDependantBasicValueclassDependantValueA value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).classManyToOneA many-to-one association mappingclassOneToOneA one-to-one association mappingclassToOneA simple-point association (ie.Methods in org.hibernate.mapping that return SimpleValue Modifier and Type Method Description SimpleValueAny. getKeyMapping()Methods in org.hibernate.mapping with parameters of type SimpleValue Modifier and Type Method Description ObjectValueVisitor. accept(SimpleValue value)voidBasicValue. copyTypeFrom(SimpleValue sourceValue)voidSimpleValue. copyTypeFrom(SimpleValue sourceValue)booleanAny. isSame(SimpleValue other)booleanComponent. isSame(SimpleValue other)booleanDependantValue. isSame(SimpleValue other)booleanSimpleValue. isSame(SimpleValue other)booleanToOne. isSame(SimpleValue other)Constructors in org.hibernate.mapping with parameters of type SimpleValue Constructor Description SimpleValue(SimpleValue original)
-