Uses of Interface
org.hibernate.boot.jaxb.mapping.spi.JaxbSingularAttribute
Packages that use JaxbSingularAttribute
-
Uses of JaxbSingularAttribute in org.hibernate.boot.jaxb.mapping.spi
Subinterfaces of JaxbSingularAttribute in org.hibernate.boot.jaxb.mapping.spiModifier and TypeInterfaceDescriptioninterfaceA model part that is (or can be) embeddable-valued (composite) - JaxbEmbeddedIdImpl, JaxbEmbeddedIdImpl and JaxbElementCollectionImplinterfaceClasses in org.hibernate.boot.jaxb.mapping.spi that implement JaxbSingularAttributeModifier and TypeClassDescriptionclassSee `@org.hibernate.annotations.Any` <p>Java class for hbm-any-mapping complex type</p>.classSee `@jakarta.persistence.Basic` See `@jakarta.persistence.Lob` See `@jakarta.persistence.Temporal` See `@jakarta.persistence.Enumerated` See `@jakarta.persistence.Convert` See `@org.hibernate.annotations.Nationalized` See `@org.hibernate.annotations.OptimisticLock` See `@org.hibernate.annotations.AttributeAccessor` See `@org.hibernate.annotations.Type` See `@org.hibernate.annotations.JavaType` See `@org.hibernate.annotations.JdbcType` See `@org.hibernate.annotations.JdbcTypeCode` See `@org.hibernate.annotations.Mutability` See `@org.hibernate.annotations.Immutable` <p>Java class for basic complex type</p>.class@Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface EmbeddedId {} <p>Java class for embedded-id complex type</p>.class@Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface Embedded {} <p>Java class for embedded complex type</p>.class@Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface Id {} <p>Java class for id complex type</p>.class@Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface ManyToOne { Class<?> targetEntity() default void.class; CascadeType[] cascade() default {}; FetchType fetch() default FetchType.EAGER; boolean optional() default true; } <p>Java class for many-to-one complex type</p>.class@Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface OneToOne { Class<?> targetEntity() default void.class; CascadeType[] cascade() default {}; FetchType fetch() default FetchType.EAGER; boolean optional() default true; String mappedBy() default ""; boolean orphanRemoval() default false; } <p>Java class for one-to-one complex type</p>.classSee `@org.hibernate.annotations.TenantId` <p>Java class for tenant-id complex type</p>.class@Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface Version {} <p>Java class for version complex type</p>.