Skip navigation links
A C J M N P R 

A

AbstractJpaBeanPropertyPostProcessor - Class in com.holonplatform.jpa.processors.internal
Base JPA BeanPropertyPostProcessor which checks for JPA API availability before processing.
AbstractJpaBeanPropertyPostProcessor() - Constructor for class com.holonplatform.jpa.processors.internal.AbstractJpaBeanPropertyPostProcessor
 
AbstractJpaBeanPropertySetPostProcessor - Class in com.holonplatform.jpa.processors.internal
Base JPA BeanPropertySetPostProcessor which checks for JPA API availability before processing.
AbstractJpaBeanPropertySetPostProcessor() - Constructor for class com.holonplatform.jpa.processors.internal.AbstractJpaBeanPropertySetPostProcessor
 

C

com.holonplatform.jpa.examples - package com.holonplatform.jpa.examples
 
com.holonplatform.jpa.processors - package com.holonplatform.jpa.processors
 
com.holonplatform.jpa.processors.internal - package com.holonplatform.jpa.processors.internal
 
create() - Static method in interface com.holonplatform.jpa.processors.internal.JpaProcessorsLogger
Get a Logger bound to JpaProcessorsLogger.NAME.

J

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
 

M

MyEntity() - Constructor for class com.holonplatform.jpa.examples.JpaPostProcessorsExample.MyEntity
 

N

NAME - Static variable in interface com.holonplatform.jpa.processors.internal.JpaProcessorsLogger
 

P

processBeanProperty(BeanProperty.Builder<?>, Class<?>) - Method in class com.holonplatform.jpa.processors.internal.AbstractJpaBeanPropertyPostProcessor
 
processBeanPropertySet(BeanPropertySet.Builder<?, ?>, Class<?>) - Method in class com.holonplatform.jpa.processors.internal.AbstractJpaBeanPropertySetPostProcessor
 

R

registerPostProcessors(BeanIntrospector) - Static method in interface com.holonplatform.jpa.processors.JpaBeanPostProcessor
Add all available BeanPropertyPostProcessors and BeanPropertySetPostProcessors to given BeanIntrospector.
A C J M N P R 
Skip navigation links

Copyright © 2019 The Holon Platform. All rights reserved.