public class EntityOpt<T> extends SqlSegment<T>
EntityOpt(EntityNode<T> entityNode)
<K> FieldNode<T,K>
field(SFunction<? super T,?> func)
field(String prop)
List<FieldNode<T,?>>
fields(String... prop)
String
prop(SFunction<? super T,?> func)
getEntityNode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EntityOpt(EntityNode<T> entityNode)
public List<FieldNode<T,?>> fields(String... prop)
public <K> FieldNode<T,K> field(String prop)
public <K> FieldNode<T,K> field(SFunction<? super T,?> func)
public String prop(SFunction<? super T,?> func)
func
Copyright © 2024. All rights reserved.