Uses of Class
org.hibernate.mapping.SimpleValue
-
Packages that use SimpleValue Package Description org.hibernate.cfg org.hibernate.cfg.annotations org.hibernate.mapping -
-
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 voidEjb3Column. addColumnBinding(SimpleValue value)protected voidEjb3JoinColumn. addColumnBinding(SimpleValue value)static voidAnnotationBinder. bindForeignKeyNameAndDefinition(SimpleValue value, org.hibernate.annotations.common.reflection.XProperty property, ForeignKey fkOverride, JoinColumn joinColumn, JoinColumns joinColumns, MetadataBuildingContext context)voidEjb3JoinColumn. copyReferencedStructureAndCreateDefaultJoinColumns(PersistentClass referencedEntity, Iterator columnIterator, SimpleValue value)voidEjb3JoinColumn. linkValueUsingAColumnCopy(Column column, SimpleValue value)used for mappedBy casesvoidEjb3JoinColumn. linkValueUsingDefaultColumnNaming(Column referencedColumn, PersistentClass referencedEntity, SimpleValue value)voidEjb3Column. 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, Ejb3JoinColumn[] 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, Ejb3JoinColumn[] inheritanceJoinedColumns, SimpleValue key, MetadataBuildingContext buildingContext)PkDrivenByDefaultMapsIdSecondPass(String referencedEntityName, Ejb3JoinColumn[] columns, SimpleValue value) -
Uses of SimpleValue in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations that return SimpleValue Modifier and Type Method Description SimpleValueSimpleValueBinder. make()Methods in org.hibernate.cfg.annotations with parameters of type SimpleValue Modifier and Type Method Description static voidTableBinder. bindFk(PersistentClass referencedEntity, PersistentClass destinationEntity, Ejb3JoinColumn[] columns, SimpleValue value, boolean unique, MetadataBuildingContext buildingContext)static voidCollectionBinder. bindManytoManyInverseFk(PersistentClass referencedEntity, Ejb3JoinColumn[] columns, SimpleValue value, boolean unique, MetadataBuildingContext buildingContext)bind the inverse FK of a ManyToMany If we are in a mappedBy case, read the columns from the associated collection element Otherwise delegates to the usual algorithmstatic voidTableBinder. linkJoinColumnWithValueOverridingNameIfImplicit(PersistentClass referencedEntity, Iterator columnIterator, Ejb3JoinColumn[] columns, SimpleValue value) -
Uses of SimpleValue in org.hibernate.mapping
Subclasses of SimpleValue in org.hibernate.mapping Modifier and Type Class Description classAnyA Hibernate "any" type (ie.classComponentThe mapping for a component, composite element, composite identifier, etc.classDependantValueA 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 with parameters of type SimpleValue Modifier and Type Method Description ObjectValueVisitor. accept(SimpleValue value)voidSimpleValue. copyTypeFrom(SimpleValue sourceValue)booleanAny. isSame(SimpleValue other)booleanComponent. isSame(SimpleValue other)booleanDependantValue. isSame(SimpleValue other)booleanSimpleValue. isSame(SimpleValue other)booleanToOne. isSame(SimpleValue other)
-