Uses of Interface
org.hibernate.boot.jaxb.mapping.spi.JaxbBasicMapping

Packages that use JaxbBasicMapping
Package
Description
 
  • Uses of JaxbBasicMapping in org.hibernate.boot.jaxb.mapping.spi

    Modifier and Type
    Class
    Description
    class 
    See `@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 ElementCollection { Class<?> targetClass() default void.class; FetchType fetch() default FetchType.LAZY; } <p>Java class for element-collection complex type</p>.
    class 
    @Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface Id {} <p>Java class for id complex type</p>.
    class 
    See `@org.hibernate.annotations.TenantId` <p>Java class for tenant-id complex type</p>.