Class LazyAttributesMetadata

    • Method Detail

      • from

        public static LazyAttributesMetadata from​(PersistentClass mappedEntity,
                                                  boolean isEnhanced,
                                                  boolean collectionsInDefaultFetchGroupEnabled,
                                                  Metadata metadata)
        Build a LazyFetchGroupMetadata based on the attributes defined for the PersistentClass
      • 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)