Class LazyAttributesMetadata

    • Method Detail

      • getEntityName

        public String getEntityName()
      • hasLazyAttributes

        public boolean hasLazyAttributes()
      • lazyAttributeCount

        public int lazyAttributeCount()
      • getLazyAttributeNames

        public Set<String> getLazyAttributeNames()
      • getFetchGroupNames

        public Set<String> getFetchGroupNames()
        Returns:
        an immutable set
      • isLazyAttribute

        public boolean isLazyAttribute​(String attributeName)
      • getFetchGroupName

        public String getFetchGroupName​(String attributeName)
      • getAttributesInFetchGroup

        public Set<String> getAttributesInFetchGroup​(String fetchGroupName)
      • getAttributesInSameFetchGroup

        @Deprecated
        public Set<String> getAttributesInSameFetchGroup​(String attributeName)
        Deprecated.
        This method is not being used and as such will be removed