Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
Packages that use JaxbHbmToolingHintContainer
-
Uses of JaxbHbmToolingHintContainer in org.hibernate.boot.jaxb.hbm.spi
Subclasses of JaxbHbmToolingHintContainer in org.hibernate.boot.jaxb.hbm.spiModifier and TypeClassDescriptionclassA discriminated association where the discriminator is part of the association, not the associated entity (compared to discriminator subclass)classJava class for ArrayType complex type.classJava class for BagCollectionType complex type.classType definition that acts as a base for concrete definitions of mapped attributes that can function as the basis of optimistic locking.classJava class for BasicAttributeType complex type.classJava class for CollectionIdType complex type.classA component is a user-defined class, persisted along with its containing entity to the table of the entity class.classA composite element allows a collection to hold instances of an arbitrary class, without the requirement of joining to an entity table.classA composite key may be modelled by a java class with a property for each key column.classA property embedded in a composite identifier or map index (always not-null).classA many-to-one association embedded in a composite identifier or map index (always not-null, never cascade).classSubclass declarations are nested beneath the root class declaration to achieve polymorphic persistence with the table-per-hierarchy mapping strategy.classJava class for EntityBaseDefinition complex type.classJava class for anonymous complex type.classJava class for IdBagCollectionType complex type.classJoined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regardingvs. classJava class for ListType complex type.classJava class for ManyToManyCollectionElementType complex type.classJava class for ManyToOneType complex type.classJava class for MapType complex type.classJava class for OneToOneType complex type.classJava class for PrimitiveArrayType complex type.classRoot entity mapping.classJava class for SetType complex type.classDeclares the id type, column and generation algorithm for an entity class.classJava class for SubclassEntityBaseDefinition complex type.classOptimistic locking attribute based on a (last-updated) timestamp.classUnion subclasses are used for the table-per-concrete-class mapping strategy See the note on the class element regardingvs. classOptimistic locking attribute based on an incrementing value.classAdaptive implementation of thePluralAttributeInfofor<idbag/>mappings which do not support all the configuration available on other collection mappings.classFields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmToolingHintContainerModifier and TypeFieldDescriptionprotected List<JaxbHbmToolingHintContainer>JaxbHbmCompositeIndexType.attributesprotected List<JaxbHbmToolingHintContainer>JaxbHbmMapKeyCompositeType.attributesprotected List<JaxbHbmToolingHintContainer>JaxbHbmCompositeIdType.keyPropertyOrKeyManyToOneMethods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmToolingHintContainerModifier and TypeMethodDescriptionJaxbHbmCompositeIndexType.getAttributes()Gets the value of the attributes property.JaxbHbmMapKeyCompositeType.getAttributes()Gets the value of the attributes property.JaxbHbmCompositeIdType.getKeyPropertyOrKeyManyToOne()Gets the value of the keyPropertyOrKeyManyToOne property.