Uses of Interface
org.springframework.data.neo4j.core.mapping.PersistentPropertyCharacteristics
Packages that use PersistentPropertyCharacteristics
-
Uses of PersistentPropertyCharacteristics in org.springframework.data.neo4j.core.mapping
Subinterfaces with type arguments of type PersistentPropertyCharacteristics in org.springframework.data.neo4j.core.mappingModifier and TypeInterfaceDescriptioninterfaceAn instance of such a provider can be registered as a Spring bean and will be consulted by theNeo4jMappingContextprior to creating and populatingpersistent properties.Methods in org.springframework.data.neo4j.core.mapping that return PersistentPropertyCharacteristicsModifier and TypeMethodDescriptionPersistentPropertyCharacteristics.treatAsReadOnly()Treats the property to which the instance is applied as read only.PersistentPropertyCharacteristics.treatAsTransient()Treats the property to which the instance is applied as transient.PersistentPropertyCharacteristics.useDefaults()Default characteristics.