Interface PropertyWrapper

  • All Superinterfaces:
    Wrapper

    public interface PropertyWrapper
    extends Wrapper
    • Method Detail

      • setName

        void setName​(String name)
      • isComposite

        boolean isComposite()
      • getPropertyAccessorName

        String getPropertyAccessorName()
      • setPropertyAccessorName

        void setPropertyAccessorName​(String s)
      • setCascade

        void setCascade​(String s)
      • isBackRef

        boolean isBackRef()
      • isSelectable

        boolean isSelectable()
      • isInsertable

        boolean isInsertable()
      • isUpdateable

        boolean isUpdateable()
      • getCascade

        String getCascade()
      • isLazy

        boolean isLazy()
      • isOptional

        boolean isOptional()
      • isNaturalIdentifier

        boolean isNaturalIdentifier()
      • isOptimisticLocked

        boolean isOptimisticLocked()