Class CollectionEntityViewBuilderListener

java.lang.Object
com.blazebit.persistence.view.CollectionEntityViewBuilderListener
All Implemented Interfaces:
EntityViewBuilderListener

public class CollectionEntityViewBuilderListener extends Object implements EntityViewBuilderListener
A listener that adds the built entity view to a collection.
Since:
1.5.0
Author:
Christian Beikov
  • Constructor Details

    • CollectionEntityViewBuilderListener

      public CollectionEntityViewBuilderListener(Collection<Object> collection)
      Creates a listener.
      Parameters:
      collection - The collection to add the built entity view to
  • Method Details