Example usage for org.hibernate.proxy LazyInitializer interface-usage

List of usage examples for org.hibernate.proxy LazyInitializer interface-usage

Introduction

In this page you can find the example usage for org.hibernate.proxy LazyInitializer interface-usage.

Usage

From source file org.babyfish.hibernate.proxy.FrozenLazyInitializer.java

/**
 * @author Tao Chen
 */
public interface FrozenLazyInitializer extends LazyInitializer, ScalarModificationAware {

    void freezeIdentifier(FrozenContext<?> ctx);