Interface PersistentPropertyCharacteristicsProvider

All Superinterfaces:
BiFunction<Property,Neo4jPersistentEntity<?>,PersistentPropertyCharacteristics>

@API(status=STABLE, since="6.3.7") public interface PersistentPropertyCharacteristicsProvider extends BiFunction<Property,Neo4jPersistentEntity<?>,PersistentPropertyCharacteristics>
An instance of such a provider can be registered as a Spring bean and will be consulted by the Neo4jMappingContext prior to creating and populating persistent properties.
Since:
6.3.7
Author:
Michael J. Simons