| Package | Description |
|---|---|
| com.holonplatform.jpa.processors.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJpaBeanPropertyPostProcessor
Base JPA
BeanPropertyPostProcessor which checks for JPA API availability before processing. |
class |
AbstractJpaBeanPropertySetPostProcessor
Base JPA
BeanPropertySetPostProcessor which checks for JPA API availability before processing. |
class |
JpaColumnBeanPropertyPostProcessor
A
BeanPropertyPostProcessor to setup property configuration DataMappable.PATH property using JPA
Column annotation. |
class |
JpaEnumeratedBeanPropertyPostProcessor
A
BeanPropertyPostProcessor to setup a suitable enum PropertyValueConverter when the JPA
Enumerated annotation is detected on a bean property. |
class |
JpaIdentifierBeanPropertyPostProcessor
A
BeanPropertyPostProcessor to set a bean property as identifier using the JPA Id and
EmbeddedId annotations. |
class |
JpaTableBeanPropertySetPostProcessor
A
BeanPropertySetPostProcessor to setup property set configuration DataMappable.PATH property using
JPA Table annotation. |
class |
JpaTemporalBeanPropertyPostProcessor
A
BeanPropertyPostProcessor to setup a the property TemporalType using the JPA Temporal
annotation. |
class |
JpaTransientBeanPropertyPostProcessor
A
BeanPropertyPostProcessor to set a bean property as ignored using the JPA Transient
annotation. |
Copyright © 2019 The Holon Platform. All rights reserved.