- JpaBeanPostProcessor - Interface in com.holonplatform.jpa.processors
-
Marker interface for JPA BeanPropertyPostProcessor and BeanPropertySetPostProcessor.
- JpaColumnBeanPropertyPostProcessor - Class in com.holonplatform.jpa.processors.internal
-
A BeanPropertyPostProcessor to setup property configuration DataMappable.PATH property using JPA
Column annotation.
- JpaColumnBeanPropertyPostProcessor() - Constructor for class com.holonplatform.jpa.processors.internal.JpaColumnBeanPropertyPostProcessor
-
- JpaEnumeratedBeanPropertyPostProcessor - Class in com.holonplatform.jpa.processors.internal
-
A BeanPropertyPostProcessor to setup a suitable enum PropertyValueConverter when the JPA
Enumerated annotation is detected on a bean property.
- JpaEnumeratedBeanPropertyPostProcessor() - Constructor for class com.holonplatform.jpa.processors.internal.JpaEnumeratedBeanPropertyPostProcessor
-
- JpaIdentifierBeanPropertyPostProcessor - Class in com.holonplatform.jpa.processors.internal
-
A BeanPropertyPostProcessor to set a bean property as identifier using the JPA Id and
EmbeddedId annotations.
- JpaIdentifierBeanPropertyPostProcessor() - Constructor for class com.holonplatform.jpa.processors.internal.JpaIdentifierBeanPropertyPostProcessor
-
- JpaPostProcessorsExample - Class in com.holonplatform.jpa.examples
-
- JpaPostProcessorsExample() - Constructor for class com.holonplatform.jpa.examples.JpaPostProcessorsExample
-
- JpaPostProcessorsExample.MyEntity - Class in com.holonplatform.jpa.examples
-
- JpaProcessorsLogger - Interface in com.holonplatform.jpa.processors.internal
-
JPA bean processors logger provider.
- JpaTableBeanPropertySetPostProcessor - Class in com.holonplatform.jpa.processors.internal
-
A BeanPropertySetPostProcessor to setup property set configuration DataMappable.PATH property using
JPA Table annotation.
- JpaTableBeanPropertySetPostProcessor() - Constructor for class com.holonplatform.jpa.processors.internal.JpaTableBeanPropertySetPostProcessor
-
- JpaTemporalBeanPropertyPostProcessor - Class in com.holonplatform.jpa.processors.internal
-
A BeanPropertyPostProcessor to setup a the property TemporalType using the JPA Temporal
annotation.
- JpaTemporalBeanPropertyPostProcessor() - Constructor for class com.holonplatform.jpa.processors.internal.JpaTemporalBeanPropertyPostProcessor
-
- JpaTransientBeanPropertyPostProcessor - Class in com.holonplatform.jpa.processors.internal
-
A BeanPropertyPostProcessor to set a bean property as ignored using the JPA Transient
annotation.
- JpaTransientBeanPropertyPostProcessor() - Constructor for class com.holonplatform.jpa.processors.internal.JpaTransientBeanPropertyPostProcessor
-