Class PropertyAccessStrategyBackRefImpl

    • Field Detail

      • UNKNOWN

        public static final Serializable UNKNOWN
        A placeholder for a property value, indicating that we don't know the value of the back reference
    • Constructor Detail

      • PropertyAccessStrategyBackRefImpl

        public PropertyAccessStrategyBackRefImpl​(String collectionRole,
                                                 String entityName)
    • Method Detail

      • buildPropertyAccess

        public PropertyAccess buildPropertyAccess​(Class<?> containerJavaType,
                                                  String propertyName,
                                                  boolean setterRequired)
        Description copied from interface: PropertyAccessStrategy
        Build a PropertyAccess for the indicated property
        Specified by:
        buildPropertyAccess in interface PropertyAccessStrategy
        Parameters:
        containerJavaType - The Java type that contains the property; may be null for non-pojo cases.
        propertyName - The property name
        setterRequired - Whether it is an error if we are unable to find a corresponding setter
        Returns:
        The appropriate PropertyAccess