Class UnsafeTypeInfo

java.lang.Object
de.hybris.platform.directpersistence.UnsafeTypeInfo

public class UnsafeTypeInfo extends Object
  • Constructor Details

  • Method Details

    • getTypeCode

      public String getTypeCode()
    • getExtensionName

      public String getExtensionName()
    • isUnsafeIgnoringMarked

      public boolean isUnsafeIgnoringMarked()
    • isUnsafeToRead

      public boolean isUnsafeToRead()
    • isUnsafeToReadIgnoringMarked

      public boolean isUnsafeToReadIgnoringMarked()
    • isUnsafeToWrite

      public boolean isUnsafeToWrite()
    • isUnsafeToWriteIgnoringMarked

      public boolean isUnsafeToWriteIgnoringMarked()
    • isUnsafeToRead

      public boolean isUnsafeToRead(String attribute)
    • isUnsafeToReadIgnoringMarked

      public boolean isUnsafeToReadIgnoringMarked(String attribute)
    • isUnsafeToWrite

      public boolean isUnsafeToWrite(String attribute)
    • isUnsafeToWriteIgnoringMarked

      public boolean isUnsafeToWriteIgnoringMarked(String attribute)
    • getUnsafeAttributesToRead

      public Collection<String> getUnsafeAttributesToRead()
    • getUnsafeAttributesToWrite

      public Collection<String> getUnsafeAttributesToWrite()
    • getAllMethods

      public Collection<UnsafeMethodInfo> getAllMethods()
    • getMethodsNotCoveredByParent

      public Collection<UnsafeMethodInfo> getMethodsNotCoveredByParent()
    • isNotCoveredByParent

      public boolean isNotCoveredByParent(UnsafeMethodInfo method)
    • getUnsafeToRead

      public Collection<UnsafeMethodInfo> getUnsafeToRead(String attribute)
    • getUnsafeToWrite

      public Collection<UnsafeMethodInfo> getUnsafeToWrite(String attribute)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getParent

      public UnsafeTypeInfo getParent()