org.hibernate.bytecode.enhance.spi
Class CompositeOwnerTracker
java.lang.Object
org.hibernate.bytecode.enhance.spi.CompositeOwnerTracker
public class CompositeOwnerTracker
- extends Object
small low memory class to keep references to composite owners
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeOwnerTracker
public CompositeOwnerTracker()
add
public void add(String name,
CompositeOwner owner)
callOwner
public void callOwner(String fieldName)
removeOwner
public void removeOwner(String name)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.