Lines Matching refs:DefaultPersistenceDelegate
34 * The <code>DefaultPersistenceDelegate</code> is a concrete implementation of
37 * which no information is available. The <code>DefaultPersistenceDelegate</code>
47 * the <code>DefaultPersistenceDelegate</code> provides a convenient means
52 * @see #DefaultPersistenceDelegate(String[])
60 public class DefaultPersistenceDelegate extends PersistenceDelegate {
67 * @see #DefaultPersistenceDelegate(java.lang.String[])
69 public DefaultPersistenceDelegate() {
87 * new DefaultPersistenceDelegate(new String[]{"name", "style", "size"});
94 public DefaultPersistenceDelegate(String[] constructorPropertyNames) {
130 * @see #DefaultPersistenceDelegate(String[])
144 * the <code>DefaultPersistenceDelegate</code>'s constructor.
152 * @see #DefaultPersistenceDelegate(String[])